Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt15 glBlendFuncSeparateOES;
Dentries.in51 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp35 #define glBlendFuncSeparate glBlendFuncSeparateOES
/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.cpp471 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/config/
Dhiddenapi-public-dex.txt28340 Landroid/opengl/GLES11Ext;->glBlendFuncSeparateOES(IIII)V
/frameworks/base/api/
Dcurrent.txt29880 method public static void glBlendFuncSeparateOES(int, int, int, int);