Lines Matching defs:hint
101 * method applied is determined by the hint parameter (can be GL_NEAREST or
107 jboolean rtt, jint hint,
151 OGLSD_UPDATE_TEXTURE_FILTER(srcOps, hint);
260 jboolean swsurface, jint hint,
268 GLint glhint = (hint == OGLSD_XFORM_BILINEAR) ? GL_LINEAR : GL_NEAREST;
446 jboolean xform, jint hint,
499 J2dTraceLn2(J2D_TRACE_VERBOSE, " texture=%d hint=%d", texture, hint);
506 GLint glhint = (hint == OGLSD_XFORM_BILINEAR) ? GL_LINEAR :
546 JNI_FALSE, hint,
567 jboolean xform, jint hint,
627 J2dTraceLn3(J2D_TRACE_VERBOSE, " texture=%d srctype=%d hint=%d",
628 texture, srctype, hint);
674 JNI_TRUE, hint,