Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dstate.cpp554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java270 void glAlphaFuncx( in glAlphaFuncx() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java288 public static native void glAlphaFuncx( in glAlphaFuncx() method in GLES10
DGLErrorWrapper.java82 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() method in GLErrorWrapper
DGLLogWrapper.java1194 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto28 glAlphaFuncx = 2; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp834 const GLMessage_Function GLMessage::glAlphaFuncx; member in android::gltrace::GLMessage
Dgltrace.pb.h1182 static const Function glAlphaFuncx = GLMessage_Function_glAlphaFuncx; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java102 public native void glAlphaFuncx( in glAlphaFuncx() method in GLImpl