Searched refs:glBlendFuncSeparateOES (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 35 #define glBlendFuncSeparate glBlendFuncSeparateOES
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 15 glBlendFuncSeparateOES;
|
D | entries_gles1.in | 13 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
|
D | entries.in | 51 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES); 312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
|
D | stubs_arm.cc | 32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES); 312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 153 public static native void glBlendFuncSeparateOES( in glBlendFuncSeparateOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 10 void API_ENTRY(glBlendFuncSeparateOES)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp… 11 CALL_GL_API(glBlendFuncSeparateOES, srcRGB, dstRGB, srcAlpha, dstAlpha);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 67 #define glBlendFuncSeparateOES wrap_glBlendFuncSeparateOES macro
|
D | gles_undefine.h | 67 #undef glBlendFuncSeparateOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 89 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 437 glBlendFuncSeparateOES( in android_glBlendFuncSeparateOES__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 36 #define glBlendFuncSeparate glBlendFuncSeparateOES
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19453 method public static void glBlendFuncSeparateOES(int, int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32130 method public static void glBlendFuncSeparateOES(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 32274 method public static void glBlendFuncSeparateOES(int, int, int, int);
|