Searched refs:glBlendFunci (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES32.spec | 18 void glBlendFunci ( GLuint buf, GLenum src, GLenum dst )
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 35 glBlendFunci; # introduced=24
|
D | entries.in | 55 GL_ENTRY(void, glBlendFunci, GLuint buf, GLenum src, GLenum dst)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 432 public static native void glBlendFunci( in glBlendFunci() method in GLES32
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci); 914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFunci); in init_stub_library()
|
D | stubs_arm64.cc | 66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci); 914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendFunci); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci); 914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFunci); in init_stub_library()
|
D | stubs_arm.cc | 66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFunci); 914 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendFunci); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 71 #define glBlendFunci wrap_glBlendFunci macro
|
D | gles_undefine.h | 71 #undef glBlendFunci
|
D | gles_stubs.in | 994 void API_ENTRY(glBlendFunci)(GLuint buf, GLenum src, GLenum dst) { 995 CALL_GL_API(glBlendFunci, buf, src, dst);
|
D | gles_decls.in | 332 GL_ENTRY(void, glBlendFunci, GLuint buf, GLenum src, GLenum dst)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 994 void API_ENTRY(glBlendFunci)(GLuint buf, GLenum src, GLenum dst) { 995 CALL_GL_API(glBlendFunci, buf, src, dst);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES32.cpp | 782 glBlendFunci( in android_glBlendFunci__III()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1795 GL_APICALL void GL_APIENTRY glBlendFunci (GLuint buf, GLenum src, GLenum dst);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33857 method public static void glBlendFunci(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 34001 method public static void glBlendFunci(int, int, int);
|