Home
last modified time | relevance | path

Searched defs:glAlphaFuncx (Results 1 – 7 of 7) 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/base/libs/hwui/debug/
Dgles_redefine.h22 #define glAlphaFuncx wrap_glAlphaFuncx macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java105 public native void glAlphaFuncx( in glAlphaFuncx() method in GLImpl