Searched defs:glSampleCoveragex (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java688 public void glSampleCoveragex(int value, boolean invert) { method in class:GLErrorWrapper
690 mgl.glSampleCoveragex(value, invert);
H A DGLES10.java1076 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
1078 public static native void glSampleCoveragex( method in class:GLES10
H A DGLLogWrapper.java2292 begin("glSampleCoveragex");
2301 public void glSampleCoveragex(int value, boolean invert) { method in class:GLLogWrapper
2302 begin("glSampleCoveragex");
2307 mgl.glSampleCoveragex(value, invert);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java901 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
903 public native void glSampleCoveragex( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java821 void glSampleCoveragex( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h731 #define glSampleCoveragex wrap_glSampleCoveragex macro
H A Dgles_undefine.h731 #undef glSampleCoveragex macro

Completed in 74 milliseconds