Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparate (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack5 void glBlendEquationSeparate ( GLint modeRGB, GLint modeAlpha )
Dglspec-checks35 glBlendEquationSeparate requires OES_blend_equation_separate
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java129 void glBlendEquationSeparate( in glBlendEquationSeparate() method
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp35 #define glBlendEquationSeparate glBlendEquationSeparateOES macro
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha )
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp174 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) {} in glBlendEquationSeparate() function
Dwrap_gles.h60 #define glBlendEquationSeparate wrap_glBlendEquationSeparate macro
Dunwrap_gles.h60 #undef glBlendEquationSeparate
/frameworks/base/opengl/java/android/opengl/
DGLES20.java402 public static native void glBlendEquationSeparate( in glBlendEquationSeparate() method in GLES20
DGLErrorWrapper.java1402 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate() method in GLErrorWrapper
1404 mgl11ExtensionPack.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
DGLLogWrapper.java3480 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate() method in GLLogWrapper
3485 mgl11ExtensionPack.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1925 public native void glBlendEquationSeparate( in glBlendEquationSeparate() method in GLImpl
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) {
29 CALL_GL_API(glBlendEquationSeparate, modeRGB, modeAlpha);
/frameworks/native/opengl/include/GLES2/
Dgl2.h537 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
/frameworks/native/opengl/include/GLES3/
Dgl3.h537 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
Dgl31.h537 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
Dgl32.h537 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp36 #define glBlendEquationSeparate glBlendEquationSeparateOES macro
7296 glBlendEquationSeparate( in android_glBlendEquationSeparate__II()
Dandroid_opengl_GLES20.cpp562 glBlendEquationSeparate( in android_glBlendEquationSeparate__II()
/frameworks/native/opengl/libs/
Dentries.in41 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19688 method public static void glBlendEquationSeparate(int, int);
52410 method public abstract void glBlendEquationSeparate(int, int);
/frameworks/base/api/
Dcurrent.txt26198 method public static void glBlendEquationSeparate(int, int);
63282 method public abstract void glBlendEquationSeparate(int, int);
Dsystem-current.txt28638 method public static void glBlendEquationSeparate(int, int);
66639 method public abstract void glBlendEquationSeparate(int, int);
Dtest-current.txt26267 method public static void glBlendEquationSeparate(int, int);
63362 method public abstract void glBlendEquationSeparate(int, int);