Searched refs:glBlendEquationSeparateOES (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 13 glBlendEquationSeparateOES;
|
D | entries_gles1.in | 11 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
D | entries.in | 42 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 35 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateOES); 310 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendEquationSeparateOES); in init_stub_library()
|
D | stubs_arm64.cc | 30 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBlendEquationSeparateOES); 310 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBlendEquationSeparateOES); in init_stub_library()
|
D | stubs_arm.cc | 30 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/ |
D | GLES11Ext.spec | 1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 146 public static native void glBlendEquationSeparateOES( in glBlendEquationSeparateOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 7 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) { 8 CALL_GL_API(glBlendEquationSeparateOES, modeRGB, modeAlpha);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 428 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 36 #define glBlendEquationSeparate glBlendEquationSeparateOES
|
/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 | 19452 method public static void glBlendEquationSeparateOES(int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 30383 method public static void glBlendEquationSeparateOES(int, int);
|