Home
last modified time | relevance | path

Searched refs:glBlendFuncSeparatei (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec19 void glBlendFuncSeparatei ( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAl…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt33 glBlendFuncSeparatei; # introduced=24
H A Dentries.in52 GL_ENTRY(void, glBlendFuncSeparatei, GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLe…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java440 public static native void glBlendFuncSeparatei( in glBlendFuncSeparatei() method in GLES32
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparatei);
911 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFuncSeparatei); in init_stub_library()
H A Dstubs_arm64.cc63 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 Dstubs_arm.cc63 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparatei);
911 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFuncSeparatei); in init_stub_library()
H A Dstubs_arm64.cc63 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 Dgl2_api.in997 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 Dandroid_opengl_GLES32.cpp793 glBlendFuncSeparatei( in android_glBlendFuncSeparatei__IIIII()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1796 GL_APICALL void GL_APIENTRY glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum …
/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.txt30231 method public static void glBlendFuncSeparatei(int, int, int, int, int);