/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 5 void glBlendEquationSeparate ( GLint modeRGB, GLint modeAlpha )
|
D | glspec-checks | 35 glBlendEquationSeparate requires OES_blend_equation_separate
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 14 glBlendEquationSeparate;
|
D | libGLESv3.map.txt | 26 glBlendEquationSeparate;
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 129 void glBlendEquationSeparate( in glBlendEquationSeparate() method
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 34 #define glBlendEquationSeparate glBlendEquationSeparateOES macro
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 404 public static native void glBlendEquationSeparate( in glBlendEquationSeparate() method in GLES20
|
D | GLErrorWrapper.java | 1402 public void glBlendEquationSeparate(int modeRGB, int modeAlpha) { in glBlendEquationSeparate() method in GLErrorWrapper 1404 mgl11ExtensionPack.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
D | GLLogWrapper.java | 3480 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/ |
D | GLImpl.java | 1928 public native void glBlendEquationSeparate( in glBlendEquationSeparate() method in GLImpl
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparate); 902 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparate); in init_stub_library()
|
D | stubs_arm64.cc | 54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparate); 902 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquationSeparate); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparate); 902 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparate); in init_stub_library()
|
D | stubs_arm.cc | 54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparate); 902 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquationSeparate); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 57 #define glBlendEquationSeparate wrap_glBlendEquationSeparate macro
|
D | gles_undefine.h | 57 #undef glBlendEquationSeparate
|
D | gles_stubs.in | 28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) { 29 CALL_GL_API(glBlendEquationSeparate, modeRGB, modeAlpha);
|
D | gles_decls.in | 10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) { 29 CALL_GL_API(glBlendEquationSeparate, modeRGB, modeAlpha);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 535 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 535 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
D | gl31.h | 537 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
D | gl32.h | 537 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 35 #define glBlendEquationSeparate glBlendEquationSeparateOES macro 7704 glBlendEquationSeparate( in android_glBlendEquationSeparate__II()
|