Searched refs:glBlendFuncSeparateOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp36 #define glBlendFuncSeparate glBlendFuncSeparateOES
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java151 // C function void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
153 public static native void glBlendFuncSeparateOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h67 #define glBlendFuncSeparateOES wrap_glBlendFuncSeparateOES macro
H A Dgles_undefine.h67 #undef glBlendFuncSeparateOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp468 /* void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) */
472 glBlendFuncSeparateOES(
4012 {"glBlendFuncSeparateOES", "(IIII)V", (void *) android_glBlendFuncSeparateOES__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp37 #define glBlendFuncSeparate glBlendFuncSeparateOES

Completed in 343 milliseconds