Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt13 glBlendEquationSeparateOES;
Dentries.in42 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp34 #define glBlendEquationSeparate glBlendEquationSeparateOES
/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/
Dgles_redefine.h58 #define glBlendEquationSeparateOES wrap_glBlendEquationSeparateOES macro
Dgles_undefine.h58 #undef glBlendEquationSeparateOES
/frameworks/native/opengl/include/GLES/
Dglext.h77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp461 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
Dcom_google_android_gles_jni_GLImpl.cpp35 #define glBlendEquationSeparate glBlendEquationSeparateOES
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19452 method public static void glBlendEquationSeparateOES(int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28339 Landroid/opengl/GLES11Ext;->glBlendEquationSeparateOES(II)V
/frameworks/base/api/
Dcurrent.txt29879 method public static void glBlendEquationSeparateOES(int, int);