Home
last modified time | relevance | path

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

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