Home
last modified time | relevance | path

Searched defs:glSampleCoveragex (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) { in glSampleCoveragex() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java821 void glSampleCoveragex( in glSampleCoveragex() method
/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
DGLLogWrapper.java2301 public void glSampleCoveragex(int value, boolean invert) { in glSampleCoveragex() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h734 #define glSampleCoveragex wrap_glSampleCoveragex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java903 public native void glSampleCoveragex( in glSampleCoveragex() method in GLImpl