Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparateOES (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt13 glBlendEquationSeparateOES;
Dentries_gles1.in11 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
Dentries.in42 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp35 #define glBlendEquationSeparate glBlendEquationSeparateOES
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateOES);
310 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendEquationSeparateOES); in init_stub_library()
Dstubs_arm64.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateOES);
310 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendEquationSeparateOES); in init_stub_library()
Dstubs_arm.cc30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateOES);
310 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendEquationSeparateOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java146 public static native void glBlendEquationSeparateOES( in glBlendEquationSeparateOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in7 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) {
8 CALL_GL_API(glBlendEquationSeparateOES, modeRGB, modeAlpha);
/frameworks/native/opengl/include/GLES/
Dglext.h77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp428 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
Dcom_google_android_gles_jni_GLImpl.cpp36 #define glBlendEquationSeparate glBlendEquationSeparateOES
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19452 method public static void glBlendEquationSeparateOES(int, int);
/frameworks/base/core/api/
Dcurrent.txt30383 method public static void glBlendEquationSeparateOES(int, int);