Home
last modified time | relevance | path

Searched refs:glBlendEquation (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv2.map.txt13 glBlendEquation;
H A DlibGLESv3.map.txt25 glBlendEquation;
H A Dentries.in39 GL_ENTRY(void, glBlendEquation, GLenum mode)
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.1extpack4 void glBlendEquation ( GLint mode )
H A Dglspec-checks34 glBlendEquation requires OES_blend_subtract
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java125 void glBlendEquation( in glBlendEquation() method
/aosp12/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp33 #define glBlendEquation glBlendEquationOES macro
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec9 void glBlendEquation ( GLenum mode )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java1395 public void glBlendEquation(int mode) { in glBlendEquation() method in GLErrorWrapper
1397 mgl11ExtensionPack.glBlendEquation(mode); in glBlendEquation()
H A DGLES20.java398 public static native void glBlendEquation( in glBlendEquation() method in GLES20
H A DGLLogWrapper.java3471 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 DGLImpl.java1922 public native void glBlendEquation( in glBlendEquation() method in GLImpl
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquation);
901 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBlendEquation); in init_stub_library()
H A Dstubs_arm64.cc53 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 Dstubs_arm.cc53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquation);
901 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBlendEquation); in init_stub_library()
H A Dstubs_arm64.cc53 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 Dgl2_api.in25 void API_ENTRY(glBlendEquation)(GLenum mode) {
26 CALL_GL_API(glBlendEquation, mode);
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2.h534 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h534 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
H A Dgl31.h536 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
H A Dgl32.h536 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
/aosp12/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp34 #define glBlendEquation glBlendEquationOES macro
7691 glBlendEquation( in android_glBlendEquation__I()
H A Dandroid_opengl_GLES20.cpp531 glBlendEquation( in android_glBlendEquation__I()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28739 method public static void glBlendEquation(int);
57662 method public void glBlendEquation(int);

12