Home
last modified time | relevance | path

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