Home
last modified time | relevance | path

Searched refs:glSampleCoveragex (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java821 void glSampleCoveragex( in glSampleCoveragex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.086 void glSampleCoveragex ( GLclampx value, GLboolean invert )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in370 void API_ENTRY(glSampleCoveragex)(GLclampx value, GLboolean invert) {
371 CALL_GL_API(glSampleCoveragex, value, invert);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1078 public static native void glSampleCoveragex( in glSampleCoveragex() method in GLES10
DGLErrorWrapper.java688 public void glSampleCoveragex(int value, boolean invert) { in glSampleCoveragex() method in GLErrorWrapper
690 mgl.glSampleCoveragex(value, invert); in glSampleCoveragex()
DGLLogWrapper.java2301 public void glSampleCoveragex(int value, boolean invert) { in glSampleCoveragex() method in GLLogWrapper
2307 mgl.glSampleCoveragex(value, invert); in glSampleCoveragex()
/frameworks/native/opengl/libagl/
Dstate.cpp224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) { in glSampleCoveragex() function
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java903 public native void glSampleCoveragex( in glSampleCoveragex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h734 #define glSampleCoveragex wrap_glSampleCoveragex macro
Dunwrap_gles.h734 #undef glSampleCoveragex
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2695 glSampleCoveragex( in android_glSampleCoveragex__IZ()
Dcom_google_android_gles_jni_GLImpl.cpp3412 glSampleCoveragex( in android_glSampleCoveragex__IZ()
/frameworks/native/opengl/libs/
Dentries.in715 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18983 method public static void glSampleCoveragex(int, boolean);
51905 method public abstract void glSampleCoveragex(int, boolean);
/frameworks/base/api/
Dcurrent.txt25493 method public static void glSampleCoveragex(int, boolean);
62777 method public abstract void glSampleCoveragex(int, boolean);
Dsystem-current.txt27933 method public static void glSampleCoveragex(int, boolean);
66134 method public abstract void glSampleCoveragex(int, boolean);
Dtest-current.txt25562 method public static void glSampleCoveragex(int, boolean);
62857 method public abstract void glSampleCoveragex(int, boolean);