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