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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto319 glSampleCoveragex = 293;
/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/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.h718 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.cpp2572 /* void glSampleCoveragex ( GLclampx value, GLboolean invert ) */
2576 glSampleCoveragex(
3170 {"glSampleCoveragex", "(IZ)V", (void *) android_glSampleCoveragex__IZ },
H A Dcom_google_android_gles_jni_GLImpl.cpp3404 /* void glSampleCoveragex ( GLclampx value, GLboolean invert ) */
3408 glSampleCoveragex(
8591 {"glSampleCoveragex", "(IZ)V", (void *) android_glSampleCoveragex__IZ },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1125 const GLMessage_Function GLMessage::glSampleCoveragex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1473 static const Function glSampleCoveragex = GLMessage_Function_glSampleCoveragex; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp26259 glmsg.set_function(GLMessage::glSampleCoveragex);
26276 glContext->hooks->gl.glSampleCoveragex(value, invert);
[all...]

Completed in 223 milliseconds