/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31Ext.spec | 21 void glBlendFuncSeparateiEXT ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum ds…
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 470 public static native void glBlendFuncSeparateiEXT( in glBlendFuncSeparateiEXT() method in GLES31Ext
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 34 glBlendFuncSeparateiEXT; # introduced=21
|
H A D | entries.in | 53 GL_ENTRY(void, glBlendFuncSeparateiEXT, GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, …
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT); 912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFuncSeparateiEXT); in init_stub_library()
|
H A D | stubs_arm64.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT); 912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFuncSeparateiEXT); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT); 912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparateiEXT); in init_stub_library()
|
H A D | stubs_arm64.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT); 912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparateiEXT); in init_stub_library()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 790 glBlendFuncSeparateiEXT( in android_glBlendFuncSeparateiEXT__IIIII()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2ext_api.in | 412 void API_ENTRY(glBlendFuncSeparateiEXT)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, … 413 CALL_GL_API(glBlendFuncSeparateiEXT, buf, srcRGB, dstRGB, srcAlpha, dstAlpha);
|
/aosp12/frameworks/native/opengl/include/GLES2/ |
H A D | gl2ext.h | 1337 GL_APICALL void GL_APIENTRY glBlendFuncSeparateiEXT (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLen…
|
/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 | 29976 method public static void glBlendFuncSeparateiEXT(int, int, int, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20918 method public static void glBlendFuncSeparateiEXT(int, int, int, int, int);
|