Searched refs:glBlendEquationSeparateOES (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 13 glBlendEquationSeparateOES;
|
D | entries.in | 42 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 34 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 146 public static native void glBlendEquationSeparateOES( in glBlendEquationSeparateOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 7 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) { 8 CALL_GL_API(glBlendEquationSeparateOES, modeRGB, modeAlpha);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 58 #define glBlendEquationSeparateOES wrap_glBlendEquationSeparateOES macro
|
D | gles_undefine.h | 58 #undef glBlendEquationSeparateOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 461 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 35 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19452 method public static void glBlendEquationSeparateOES(int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28339 Landroid/opengl/GLES11Ext;->glBlendEquationSeparateOES(II)V
|
/frameworks/base/api/ |
D | current.txt | 29879 method public static void glBlendEquationSeparateOES(int, int);
|