Searched refs:glBlendEquationSeparateOES (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 35 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
|
/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 | wrap_gles.h | 61 #define glBlendEquationSeparateOES wrap_glBlendEquationSeparateOES macro
|
D | unwrap_gles.h | 61 #undef glBlendEquationSeparateOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 449 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 36 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/native/opengl/libs/ |
D | entries.in | 42 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19452 method public static void glBlendEquationSeparateOES(int, int);
|
/frameworks/base/api/ |
D | current.txt | 25962 method public static void glBlendEquationSeparateOES(int, int);
|
D | system-current.txt | 28402 method public static void glBlendEquationSeparateOES(int, int);
|
D | test-current.txt | 26031 method public static void glBlendEquationSeparateOES(int, int);
|