Home
last modified time | relevance | path

Searched defs:glSampleCoverage (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp222 void glSampleCoverage(GLclampf /*value*/, GLboolean /*invert*/) { in glSampleCoverage() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java816 void glSampleCoverage( in glSampleCoverage() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1071 public static native void glSampleCoverage( in glSampleCoverage() method in GLES10
DGLErrorWrapper.java682 public void glSampleCoverage(float value, boolean invert) { in glSampleCoverage() method in GLErrorWrapper
DGLES20.java1342 public static native void glSampleCoverage( in glSampleCoverage() method in GLES20
DGLLogWrapper.java2291 public void glSampleCoverage(float value, boolean invert) { in glSampleCoverage() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto318 glSampleCoverage = 292; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1124 const GLMessage_Function GLMessage::glSampleCoverage; member in android::gltrace::GLMessage
Dgltrace.pb.h1472 static const Function glSampleCoverage = GLMessage_Function_glSampleCoverage; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java896 public native void glSampleCoverage( in glSampleCoverage() method in GLImpl