Home | History | Annotate | Download | only in jni

Lines Matching refs:GLclampx

177 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
183 (GLclampx)ref
228 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
233 (GLclampx)red,
234 (GLclampx)green,
235 (GLclampx)blue,
236 (GLclampx)alpha
249 /* void glClearDepthx ( GLclampx depth ) */
254 (GLclampx)depth
514 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
519 (GLclampx)zNear,
520 (GLclampx)zFar
2955 /* void glSampleCoveragex ( GLclampx value, GLboolean invert ) */
2960 (GLclampx)value,