Home
last modified time | relevance | path

Searched refs:glBlendFuncSeparateiEXT (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec21 void glBlendFuncSeparateiEXT ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum ds…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java470 public static native void glBlendFuncSeparateiEXT( in glBlendFuncSeparateiEXT() method in GLES31Ext
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt34 glBlendFuncSeparateiEXT; # introduced=21
H A Dentries.in53 GL_ENTRY(void, glBlendFuncSeparateiEXT, GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, …
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT);
912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFuncSeparateiEXT); in init_stub_library()
H A Dstubs_arm64.cc64 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 Dstubs_arm.cc64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT);
912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparateiEXT); in init_stub_library()
H A Dstubs_arm64.cc64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateiEXT);
912 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparateiEXT); in init_stub_library()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp790 glBlendFuncSeparateiEXT( in android_glBlendFuncSeparateiEXT__IIIII()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2ext_api.in412 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 Dgl2ext.h1337 GL_APICALL void GL_APIENTRY glBlendFuncSeparateiEXT (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLen…
/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.txt29976 method public static void glBlendFuncSeparateiEXT(int, int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20918 method public static void glBlendFuncSeparateiEXT(int, int, int, int, int);