Searched refs:glAlphaFuncxOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java272 // C function void glAlphaFuncxOES ( GLenum func, GLclampx ref )
274 public static native void glAlphaFuncxOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto29 glAlphaFuncxOES = 3;
/frameworks/native/opengl/include/GLES/
H A Dglext.h667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp835 const GLMessage_Function GLMessage::glAlphaFuncxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1183 static const Function glAlphaFuncxOES = GLMessage_Function_glAlphaFuncxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp27938 glmsg.set_function(GLMessage::glAlphaFuncxOES);
27955 glContext->hooks->gl.glAlphaFuncxOES(func, ref);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp792 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
796 glAlphaFuncxOES(
3477 {"glAlphaFuncxOES", "(II)V", (void *) android_glAlphaFuncxOES__II },

Completed in 561 milliseconds