Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparateiEXT (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec19 void glBlendEquationSeparateiEXT ( GLuint buf, GLenum modeRGB, GLenum modeAlpha )
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java454 public static native void glBlendEquationSeparateiEXT( in glBlendEquationSeparateiEXT() method in GLES31Ext
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt28 glBlendEquationSeparateiEXT; # introduced=21
Dentries.in44 GL_ENTRY(void, glBlendEquationSeparateiEXT, GLuint buf, GLenum modeRGB, GLenum modeAlpha)
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiEXT);
904 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparateiEXT); in init_stub_library()
Dstubs_riscv64.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiEXT);
904 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparateiEXT); in init_stub_library()
Dstubs_arm64.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiEXT);
904 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparateiEXT); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiEXT);
904 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparateiEXT); in init_stub_library()
Dstubs_arm64.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiEXT);
904 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparateiEXT); in init_stub_library()
Dstubs_riscv64.cc56 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateiEXT);
904 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparateiEXT); in init_stub_library()
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp769 glBlendEquationSeparateiEXT( in android_glBlendEquationSeparateiEXT__III()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in406 void API_ENTRY(glBlendEquationSeparateiEXT)(GLuint buf, GLenum modeRGB, GLenum modeAlpha) {
407 CALL_GL_API(glBlendEquationSeparateiEXT, buf, modeRGB, modeAlpha);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1335 GL_APICALL void GL_APIENTRY glBlendEquationSeparateiEXT (GLuint buf, GLenum modeRGB, GLenum modeAlp…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20916 method public static void glBlendEquationSeparateiEXT(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31853 method public static void glBlendEquationSeparateiEXT(int, int, int);