/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/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 250 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSampleCoveragex); 530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glSampleCoveragex); in init_stub_library()
|
D | stubs_arm.cc | 250 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSampleCoveragex); 530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glSampleCoveragex); in init_stub_library()
|
/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/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 | 906 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/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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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 | 33074 method public static void glSampleCoveragex(int, boolean); 78780 method public void glSampleCoveragex(int, boolean);
|