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