Searched refs:glBlendEquationSeparateOES (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
|
/frameworks/base/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 31 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 142 public static native void glBlendEquationSeparateOES( in glBlendEquationSeparateOES() method in GLES11Ext
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | glext_api.in | 1 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) { 2 CALL_GL_API(glBlendEquationSeparateOES, modeRGB, modeAlpha);
|
/frameworks/base/opengl/include/GLES/ |
D | glext.h | 433 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/frameworks/base/opengl/libs/ |
D | glesv2dbg_functions.h | 21 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
D | entries.in | 19 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
D | debug.in | 10 TRACE_GL_VOID(glBlendEquationSeparateOES, (GLenum modeRGB, GLenum modeAlpha), (modeRGB, modeAlpha),…
|
D | trace.in | 19 TRACE_GL_VOID(glBlendEquationSeparateOES, (GLenum modeRGB, GLenum modeAlpha), (modeRGB, modeAlpha),…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 130 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 32 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/base/api/ |
D | current.txt | 13423 method public static void glBlendEquationSeparateOES(int, int);
|
D | 14.txt | 13423 method public static void glBlendEquationSeparateOES(int, int);
|