Searched refs:glSampleCoveragexOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 635 public static native void glSampleCoveragexOES( in glSampleCoveragexOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 154 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) { 155 CALL_GL_API(glSampleCoveragexOES, value, invert);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 735 #define glSampleCoveragexOES wrap_glSampleCoveragexOES macro
|
D | unwrap_gles.h | 735 #undef glSampleCoveragexOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 699 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2063 glSampleCoveragexOES( in android_glSampleCoveragexOES__IZ()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 716 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19549 method public static void glSampleCoveragexOES(int, boolean);
|
/frameworks/base/api/ |
D | current.txt | 26059 method public static void glSampleCoveragexOES(int, boolean);
|
D | system-current.txt | 28499 method public static void glSampleCoveragexOES(int, boolean);
|
D | test-current.txt | 26128 method public static void glSampleCoveragexOES(int, boolean);
|