Home
last modified time | relevance | path

Searched refs:glAlphaFunc (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFunc);
301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFunc); in init_stub_library()
H A Dstubs_arm.cc21 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glAlphaFunc);
301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glAlphaFunc); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt4 glAlphaFunc;
H A Dentries_gles1.in2 GL_ENTRY(void, glAlphaFunc, GLenum func, GLfloat ref)
H A Dentries.in4 GL_ENTRY(void, glAlphaFunc, GLenum func, GLfloat ref)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec2 void glAlphaFunc ( GLenum func, GLclampf ref )
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java265 void glAlphaFunc( in glAlphaFunc() method
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl_api.in1 void API_ENTRY(glAlphaFunc)(GLenum func, GLfloat ref) {
2 CALL_GL_API(glAlphaFunc, func, ref);
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.02 void glAlphaFunc ( GLenum func, GLclampf ref )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java281 public static native void glAlphaFunc( in glAlphaFunc() method in GLES10
H A DGLErrorWrapper.java76 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorWrapper
78 mgl.glAlphaFunc(func, ref); in glAlphaFunc()
H A DGLLogWrapper.java1185 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLLogWrapper
1190 mgl.glAlphaFunc(func, ref); in glAlphaFunc()
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java98 public native void glAlphaFunc( in glAlphaFunc() method in GLImpl
/aosp12/frameworks/native/opengl/include/GLES/
H A Dgl.h405 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp436 glAlphaFunc( in android_glAlphaFunc__IF()
H A Dcom_google_android_gles_jni_GLImpl.cpp220 glAlphaFunc( in android_glAlphaFunc__IF()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27936 method public static void glAlphaFunc(int, float);
57059 method public void glAlphaFunc(int, float);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18884 method public static void glAlphaFunc(int, float);
51806 method public abstract void glAlphaFunc(int, float);