Home | History | Annotate | Download | only in jni

Lines Matching refs:GLclampx

303 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
309 (GLclampx)ref
354 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
359 (GLclampx)red,
360 (GLclampx)green,
361 (GLclampx)blue,
362 (GLclampx)alpha
375 /* void glClearDepthx ( GLclampx depth ) */
380 (GLclampx)depth
640 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
645 (GLclampx)zNear,
646 (GLclampx)zFar
3081 /* void glSampleCoveragex ( GLclampx value, GLboolean invert ) */
3086 (GLclampx)value,