Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp34 #define glBlendEquationSeparate glBlendEquationSeparateOES
/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/libs/native_bridge_support/libGLESv1_CM/
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/base/libs/hwui/debug/
Dgles_redefine.h58 #define glBlendEquationSeparateOES wrap_glBlendEquationSeparateOES macro
Dgles_undefine.h58 #undef glBlendEquationSeparateOES
/frameworks/native/opengl/include/GLES/
Dglext.h77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp427 glBlendEquationSeparateOES( in android_glBlendEquationSeparateOES__II()
Dcom_google_android_gles_jni_GLImpl.cpp35 #define glBlendEquationSeparate glBlendEquationSeparateOES
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19452 method public static void glBlendEquationSeparateOES(int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt32129 method public static void glBlendEquationSeparateOES(int, int);
/frameworks/base/api/
Dcurrent.txt32273 method public static void glBlendEquationSeparateOES(int, int);