Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp35 #define glBlendEquationSeparate glBlendEquationSeparateOES
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java146 public static native void glBlendEquationSeparateOES( in glBlendEquationSeparateOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in7 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) {
8 CALL_GL_API(glBlendEquationSeparateOES, modeRGB, modeAlpha);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h61 #define glBlendEquationSeparateOES wrap_glBlendEquationSeparateOES macro
Dunwrap_gles.h61 #undef glBlendEquationSeparateOES
/frameworks/native/opengl/include/GLES/
Dglext.h565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp449 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
Dcom_google_android_gles_jni_GLImpl.cpp36 #define glBlendEquationSeparate glBlendEquationSeparateOES
/frameworks/native/opengl/libs/
Dentries.in42 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19452 method public static void glBlendEquationSeparateOES(int, int);
/frameworks/base/api/
Dcurrent.txt25962 method public static void glBlendEquationSeparateOES(int, int);
Dsystem-current.txt28402 method public static void glBlendEquationSeparateOES(int, int);
Dtest-current.txt26031 method public static void glBlendEquationSeparateOES(int, int);