Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp35 #define glBlendFuncSeparate glBlendFuncSeparateOES
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt15 glBlendFuncSeparateOES;
Dentries_gles1.in13 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
Dentries.in51 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES);
312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
Dstubs_arm.cc32 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/
DGLES11Ext.spec2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java153 public static native void glBlendFuncSeparateOES( in glBlendFuncSeparateOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in10 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/
Dgles_redefine.h67 #define glBlendFuncSeparateOES wrap_glBlendFuncSeparateOES macro
Dgles_undefine.h67 #undef glBlendFuncSeparateOES
/frameworks/native/opengl/include/GLES/
Dglext.h89 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp437 glBlendFuncSeparateOES( in android_glBlendFuncSeparateOES__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp36 #define glBlendFuncSeparate glBlendFuncSeparateOES
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19453 method public static void glBlendFuncSeparateOES(int, int, int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt32130 method public static void glBlendFuncSeparateOES(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt32274 method public static void glBlendFuncSeparateOES(int, int, int, int);