Searched refs:glSampleCoveragex (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1076 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
1078 public static native void glSampleCoveragex( method in class:GLES10
H A DGLErrorWrapper.java688 public void glSampleCoveragex(int value, boolean invert) { method in class:GLErrorWrapper
690 mgl.glSampleCoveragex(value, invert);
H A DGLLogWrapper.java2292 begin("glSampleCoveragex");
2301 public void glSampleCoveragex(int value, boolean invert) { method in class:GLLogWrapper
2302 begin("glSampleCoveragex");
2307 mgl.glSampleCoveragex(value, invert);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java821 void glSampleCoveragex( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) { function
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h731 #define glSampleCoveragex wrap_glSampleCoveragex macro
H A Dgles_undefine.h731 #undef glSampleCoveragex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java901 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
903 public native void glSampleCoveragex( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h527 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2880 /* void glSampleCoveragex ( GLclampx value, GLboolean invert ) */
2884 glSampleCoveragex(
3514 {"glSampleCoveragex", "(IZ)V", (void *) android_glSampleCoveragex__IZ },
H A Dcom_google_android_gles_jni_GLImpl.cpp3592 /* void glSampleCoveragex ( GLclampx value, GLboolean invert ) */
3596 glSampleCoveragex(
9195 {"glSampleCoveragex", "(IZ)V", (void *) android_glSampleCoveragex__IZ },

Completed in 225 milliseconds