Home
last modified time | relevance | path

Searched defs:glAlphaFunc (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java265 void glAlphaFunc( in glAlphaFunc() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java281 public static native void glAlphaFunc( in glAlphaFunc() method in GLES10
DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorWrapper
DGLLogWrapper.java1185 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto27 glAlphaFunc = 1; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp833 const GLMessage_Function GLMessage::glAlphaFunc; member in android::gltrace::GLMessage
Dgltrace.pb.h1181 static const Function glAlphaFunc = GLMessage_Function_glAlphaFunc; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java95 public native void glAlphaFunc( in glAlphaFunc() method in GLImpl