Home
last modified time | relevance | path

Searched refs:glAlphaFuncx (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp251 glAlphaFuncx(func, gglFloatToFixed(ref)); in glAlphaFunc()
554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx() function
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt5 glAlphaFuncx;
Dentries_gles1.in3 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref)
Dentries.in6 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLfixed ref)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFuncx);
302 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFuncx); in init_stub_library()
Dstubs_arm.cc22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFuncx);
302 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFuncx); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec3 void glAlphaFuncx ( GLenum func, GLclampx ref )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java270 void glAlphaFuncx( in glAlphaFuncx() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.03 void glAlphaFuncx ( GLenum func, GLclampx ref )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in118 void API_ENTRY(glAlphaFuncx)(GLenum func, GLfixed ref) {
119 CALL_GL_API(glAlphaFuncx, func, ref);
/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
84 mgl.glAlphaFuncx(func, ref); in glAlphaFuncx()
DGLLogWrapper.java1194 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() method in GLLogWrapper
1199 mgl.glAlphaFuncx(func, ref); in glAlphaFuncx()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java105 public native void glAlphaFuncx( in glAlphaFuncx() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h444 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h22 #define glAlphaFuncx wrap_glAlphaFuncx macro
Dgles_undefine.h22 #undef glAlphaFuncx
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp446 glAlphaFuncx( in android_glAlphaFuncx__II()
Dcom_google_android_gles_jni_GLImpl.cpp230 glAlphaFuncx( in android_glAlphaFuncx__II()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18885 method public static void glAlphaFuncx(int, int);
51807 method public abstract void glAlphaFuncx(int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt31562 method public static void glAlphaFuncx(int, int);
76069 method public void glAlphaFuncx(int, int);
/frameworks/base/api/
Dcurrent.txt31706 method public static void glAlphaFuncx(int, int);
76213 method public void glAlphaFuncx(int, int);