Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp36 #define glBlendFuncSeparate glBlendFuncSeparateOES
/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/
Dwrap_gles.h70 #define glBlendFuncSeparateOES wrap_glBlendFuncSeparateOES macro
Dunwrap_gles.h70 #undef glBlendFuncSeparateOES
/frameworks/native/opengl/include/GLES/
Dglext.h574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp459 glBlendFuncSeparateOES( in android_glBlendFuncSeparateOES__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp37 #define glBlendFuncSeparate glBlendFuncSeparateOES
/frameworks/native/opengl/libs/
Dentries.in51 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19453 method public static void glBlendFuncSeparateOES(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt25963 method public static void glBlendFuncSeparateOES(int, int, int, int);
Dsystem-current.txt28403 method public static void glBlendFuncSeparateOES(int, int, int, int);
Dtest-current.txt26032 method public static void glBlendFuncSeparateOES(int, int, int, int);