/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 15 glBlendFuncSeparateOES;
|
D | entries_gles1.in | 13 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
|
D | entries.in | 51 GL_ENTRY(void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 36 #define glBlendFuncSeparate glBlendFuncSeparateOES
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES); 312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
|
D | stubs_arm64.cc | 32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendFuncSeparateOES); 312 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendFuncSeparateOES); in init_stub_library()
|
D | stubs_arm.cc | 32 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/ |
D | GLES11Ext.spec | 2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 153 public static native void glBlendFuncSeparateOES( in glBlendFuncSeparateOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 10 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/ |
D | glext.h | 89 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 438 glBlendFuncSeparateOES( in android_glBlendFuncSeparateOES__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 37 #define glBlendFuncSeparate glBlendFuncSeparateOES
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19453 method public static void glBlendFuncSeparateOES(int, int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 30384 method public static void glBlendFuncSeparateOES(int, int, int, int);
|