Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt15 glBlendFuncSeparateOES;
Dentries_gles1.in13 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
Dentries.in51 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp36 #define glBlendFuncSeparate glBlendFuncSeparateOES
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES);
312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES);
312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES);
312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java153 public static native void glBlendFuncSeparateOES( in glBlendFuncSeparateOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in10 void API_ENTRY(glBlendFuncSeparateOES)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
11 CALL_GL_API(glBlendFuncSeparateOES, srcRGB, dstRGB, srcAlpha, dstAlpha);
/frameworks/native/opengl/include/GLES/
Dglext.h89 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp438 glBlendFuncSeparateOES( in android_glBlendFuncSeparateOES__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp37 #define glBlendFuncSeparate glBlendFuncSeparateOES
/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.txt19453 method public static void glBlendFuncSeparateOES(int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt30384 method public static void glBlendFuncSeparateOES(int, int, int, int);