Searched refs:glBlendFuncSeparateOES (Results 1 - 10 of 10) 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.cpp32 #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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto47 glBlendFuncSeparateOES = 21;
/frameworks/native/opengl/include/GLES/
H A Dglext.h574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp853 const GLMessage_Function GLMessage::glBlendFuncSeparateOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1201 static const Function glBlendFuncSeparateOES = GLMessage_Function_glBlendFuncSeparateOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp26775 glmsg.set_function(GLMessage::glBlendFuncSeparateOES);
26804 glContext->hooks->gl.glBlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp337 /* void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) */
341 glBlendFuncSeparateOES(
3461 {"glBlendFuncSeparateOES", "(IIII)V", (void *) android_glBlendFuncSeparateOES__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp33 #define glBlendFuncSeparate glBlendFuncSeparateOES

Completed in 4751 milliseconds