/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 13 glBlendEquation;
|
D | libGLESv3.map.txt | 25 glBlendEquation;
|
D | entries.in | 39 GL_ENTRY(void, glBlendEquation, GLenum mode)
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 4 void glBlendEquation ( GLint mode )
|
D | glspec-checks | 34 glBlendEquation requires OES_blend_subtract
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 125 void glBlendEquation( in glBlendEquation() method
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 33 #define glBlendEquation glBlendEquationOES macro
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 9 void glBlendEquation ( GLenum mode )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 398 public static native void glBlendEquation( in glBlendEquation() method in GLES20
|
D | GLErrorWrapper.java | 1395 public void glBlendEquation(int mode) { in glBlendEquation() method in GLErrorWrapper 1397 mgl11ExtensionPack.glBlendEquation(mode); in glBlendEquation()
|
D | GLLogWrapper.java | 3471 public void glBlendEquation(int mode) { in glBlendEquation() method in GLLogWrapper 3475 mgl11ExtensionPack.glBlendEquation(mode); in glBlendEquation()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1922 public native void glBlendEquation( in glBlendEquation() method in GLImpl
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquation); 901 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquation); in init_stub_library()
|
D | stubs_arm64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquation); 901 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquation); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquation); 901 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquation); in init_stub_library()
|
D | stubs_arm64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquation); 901 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquation); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 25 void API_ENTRY(glBlendEquation)(GLenum mode) { 26 CALL_GL_API(glBlendEquation, mode);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 534 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 534 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
|
D | gl31.h | 536 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
|
D | gl32.h | 536 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 34 #define glBlendEquation glBlendEquationOES macro 7691 glBlendEquation( in android_glBlendEquation__I()
|
D | android_opengl_GLES20.cpp | 531 glBlendEquation( in android_glBlendEquation__I()
|
/frameworks/base/core/api/ |
D | current.txt | 28679 method public static void glBlendEquation(int); 57564 method public void glBlendEquation(int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19687 method public static void glBlendEquation(int); 52409 method public abstract void glBlendEquation(int);
|