Searched refs:glAlphaFuncx (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp251 glAlphaFuncx(func, gglFloatToFixed(ref));
554 void glAlphaFuncx(GLenum func, GLclampx ref) { function
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto28 glAlphaFuncx = 2;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec3 void glAlphaFuncx ( GLenum func, GLclampx ref )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java286 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
288 public static native void glAlphaFuncx( method in class:GLES10
H A DGLErrorWrapper.java82 public void glAlphaFuncx(int func, int ref) { method in class:GLErrorWrapper
84 mgl.glAlphaFuncx(func, ref);
H A DGLLogWrapper.java1194 public void glAlphaFuncx(int func, int ref) { method in class:GLLogWrapper
1195 begin("glAlphaFuncx");
1199 mgl.glAlphaFuncx(func, ref);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java270 void glAlphaFuncx( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java100 // C function void glAlphaFuncx ( GLenum func, GLclampx ref )
102 public native void glAlphaFuncx( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp346 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
350 glAlphaFuncx(
3072 {"glAlphaFuncx", "(II)V", (void *) android_glAlphaFuncx__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp280 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
284 glAlphaFuncx(
8493 {"glAlphaFuncx", "(II)V", (void *) android_glAlphaFuncx__II },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp834 const GLMessage_Function GLMessage::glAlphaFuncx; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1182 static const Function glAlphaFuncx = GLMessage_Function_glAlphaFuncx; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24615 glmsg.set_function(GLMessage::glAlphaFuncx);
24632 glContext->hooks->gl.glAlphaFuncx(func, ref);
[all...]

Completed in 744 milliseconds