/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 233 glSampleCoveragex;
|
D | entries_gles1.in | 247 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
|
D | entries.in | 796 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 821 void glSampleCoveragex( in glSampleCoveragex() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 370 void API_ENTRY(glSampleCoveragex)(GLclampx value, GLboolean invert) { 371 CALL_GL_API(glSampleCoveragex, value, invert);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1078 public static native void glSampleCoveragex( in glSampleCoveragex() method in GLES10
|
D | GLErrorWrapper.java | 688 public void glSampleCoveragex(int value, boolean invert) { in glSampleCoveragex() method in GLErrorWrapper 690 mgl.glSampleCoveragex(value, invert); in glSampleCoveragex()
|
D | GLLogWrapper.java | 2301 public void glSampleCoveragex(int value, boolean invert) { in glSampleCoveragex() method in GLLogWrapper 2307 mgl.glSampleCoveragex(value, invert); in glSampleCoveragex()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) { in glSampleCoveragex() function
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 903 public native void glSampleCoveragex( in glSampleCoveragex() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 528 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 732 #define glSampleCoveragex wrap_glSampleCoveragex macro
|
D | gles_undefine.h | 731 #undef glSampleCoveragex
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2849 glSampleCoveragex( in android_glSampleCoveragex__IZ()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3536 glSampleCoveragex( in android_glSampleCoveragex__IZ()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18983 method public static void glSampleCoveragex(int, boolean); 51905 method public abstract void glSampleCoveragex(int, boolean);
|
/frameworks/base/api/ |
D | current.txt | 31366 method public static void glSampleCoveragex(int, boolean); 74737 method public void glSampleCoveragex(int, boolean);
|