Home
last modified time | relevance | path

Searched refs:glAlphaFuncxOES (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt6 glAlphaFuncxOES;
Dentries_gles1.in4 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
Dentries.in7 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLfixed ref)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFuncxOES);
303 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFuncxOES); in init_stub_library()
Dstubs_arm.cc23 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFuncxOES);
303 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFuncxOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java274 public static native void glAlphaFuncxOES( in glAlphaFuncxOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in40 void API_ENTRY(glAlphaFuncxOES)(GLenum func, GLfixed ref) {
41 CALL_GL_API(glAlphaFuncxOES, func, ref);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h23 #define glAlphaFuncxOES wrap_glAlphaFuncxOES macro
Dgles_undefine.h23 #undef glAlphaFuncxOES
/frameworks/native/opengl/include/GLES/
Dglext.h210 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp944 glAlphaFuncxOES( in android_glAlphaFuncxOES__II()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19448 method public static void glAlphaFuncxOES(int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt32125 method public static void glAlphaFuncxOES(int, int);
/frameworks/base/api/
Dcurrent.txt32269 method public static void glAlphaFuncxOES(int, int);