Home
last modified time | relevance | path

Searched refs:glBlendEquationi (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec16 void glBlendEquationi ( GLuint buf, GLenum mode )
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt29 glBlendEquationi; # introduced=24
Dentries.in46 GL_ENTRY(void, glBlendEquationi, GLuint buf, GLenum mode)
/frameworks/base/opengl/java/android/opengl/
DGLES32.java417 public static native void glBlendEquationi( in glBlendEquationi() method in GLES32
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationi);
906 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationi); in init_stub_library()
Dstubs_riscv64.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationi);
906 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationi); in init_stub_library()
Dstubs_arm64.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationi);
906 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationi); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationi);
906 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationi); in init_stub_library()
Dstubs_arm64.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationi);
906 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationi); in init_stub_library()
Dstubs_riscv64.cc58 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationi);
906 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationi); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in988 void API_ENTRY(glBlendEquationi)(GLuint buf, GLenum mode) {
989 CALL_GL_API(glBlendEquationi, buf, mode);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp762 glBlendEquationi( in android_glBlendEquationi__II()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1793 GL_APICALL void GL_APIENTRY glBlendEquationi (GLuint buf, GLenum mode);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32109 method public static void glBlendEquationi(int, int);