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

/frameworks/base/opengl/libagl/
H A Dstate.cpp220 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.java1092 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
1094 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.java900 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
902 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

Completed in 150 milliseconds