Home
last modified time | relevance | path

Searched refs:glSampleCoveragexOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java635 public static native void glSampleCoveragexOES( in glSampleCoveragexOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in154 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) {
155 CALL_GL_API(glSampleCoveragexOES, value, invert);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h735 #define glSampleCoveragexOES wrap_glSampleCoveragexOES macro
Dunwrap_gles.h735 #undef glSampleCoveragexOES
/frameworks/native/opengl/include/GLES/
Dglext.h699 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2063 glSampleCoveragexOES( in android_glSampleCoveragexOES__IZ()
/frameworks/native/opengl/libs/
Dentries.in716 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19549 method public static void glSampleCoveragexOES(int, boolean);
/frameworks/base/api/
Dcurrent.txt26059 method public static void glSampleCoveragexOES(int, boolean);
Dsystem-current.txt28499 method public static void glSampleCoveragexOES(int, boolean);
Dtest-current.txt26128 method public static void glSampleCoveragexOES(int, boolean);