Searched refs:glBlendFuncSeparatei (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES32.spec | 19 void glBlendFuncSeparatei ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAl…
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 33 glBlendFuncSeparatei; # introduced=24
|
H A D | entries.in | 52 GL_ENTRY(void, glBlendFuncSeparatei, GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLe…
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES32.java | 440 public static native void glBlendFuncSeparatei( in glBlendFuncSeparatei() method in GLES32
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparatei); 911 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFuncSeparatei); in init_stub_library()
|
H A D | stubs_arm64.cc | 63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparatei); 911 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFuncSeparatei); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparatei); 911 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparatei); in init_stub_library()
|
H A D | stubs_arm64.cc | 63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparatei); 911 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparatei); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2_api.in | 997 void API_ENTRY(glBlendFuncSeparatei)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLe… 998 CALL_GL_API(glBlendFuncSeparatei, buf, srcRGB, dstRGB, srcAlpha, dstAlpha);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES32.cpp | 793 glBlendFuncSeparatei( in android_glBlendFuncSeparatei__IIIII()
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A D | gl32.h | 1796 GL_APICALL void GL_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum …
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 30231 method public static void glBlendFuncSeparatei(int, int, int, int, int);
|