Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt233 glSampleCoveragex;
Dentries_gles1.in247 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
Dentries.in796 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc250 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSampleCoveragex);
530 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glSampleCoveragex); in init_stub_library()
Dstubs_arm.cc250 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/
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/tests/angeles/include/GLES/
Dgl.h558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java906 public native void glSampleCoveragex( in glSampleCoveragex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h528 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2849 glSampleCoveragex( in android_glSampleCoveragex__IZ()
Dcom_google_android_gles_jni_GLImpl.cpp3536 glSampleCoveragex( in android_glSampleCoveragex__IZ()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/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.txt33074 method public static void glSampleCoveragex(int, boolean);
78780 method public void glSampleCoveragex(int, boolean);