Home | History | Annotate | Download | only in jni

Lines Matching refs:GLclampx

505 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
511 (GLclampx)ref
515 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
520 (GLclampx)red,
521 (GLclampx)green,
522 (GLclampx)blue,
523 (GLclampx)alpha
527 /* void glClearDepthxOES ( GLclampx depth ) */
532 (GLclampx)depth
599 /* void glDepthRangexOES ( GLclampx zNear, GLclampx zFar ) */
604 (GLclampx)zNear,
605 (GLclampx)zFar
1460 /* void glSampleCoveragexOES ( GLclampx value, GLboolean invert ) */
1465 (GLclampx)value,