Home
last modified time | relevance | path

Searched refs:glBlendFunci (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec18 void glBlendFunci ( GLuint buf, GLenum src, GLenum dst )
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt35 glBlendFunci; # introduced=24
Dentries.in55 GL_ENTRY(void, glBlendFunci, GLuint buf, GLenum src, GLenum dst)
/frameworks/base/opengl/java/android/opengl/
DGLES32.java432 public static native void glBlendFunci( in glBlendFunci() method in GLES32
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci);
914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFunci); in init_stub_library()
Dstubs_arm64.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci);
914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFunci); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci);
914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFunci); in init_stub_library()
Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci);
914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFunci); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h71 #define glBlendFunci wrap_glBlendFunci macro
Dgles_undefine.h71 #undef glBlendFunci
Dgles_stubs.in994 void API_ENTRY(glBlendFunci)(GLuint buf, GLenum src, GLenum dst) {
995 CALL_GL_API(glBlendFunci, buf, src, dst);
Dgles_decls.in332 GL_ENTRY(void, glBlendFunci, GLuint buf, GLenum src, GLenum dst)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in994 void API_ENTRY(glBlendFunci)(GLuint buf, GLenum src, GLenum dst) {
995 CALL_GL_API(glBlendFunci, buf, src, dst);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp782 glBlendFunci( in android_glBlendFunci__III()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1795 GL_APICALL void GL_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
/frameworks/base/non-updatable-api/
Dcurrent.txt33857 method public static void glBlendFunci(int, int, int);
/frameworks/base/api/
Dcurrent.txt34001 method public static void glBlendFunci(int, int, int);