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

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h156 {"glBlendFuncSeparateOES", (void*)glBlendFuncSeparateOES},
H A Dgl_client_context.h176 glBlendFuncSeparateOES_client_proc_t glBlendFuncSeparateOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp176 glBlendFuncSeparateOES = (glBlendFuncSeparateOES_client_proc_t) getProc("glBlendFuncSeparateOES", userData);
H A Dgl_entry.cpp171 void glBlendFuncSeparateOES(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
1289 void glBlendFuncSeparateOES(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) function
1292 ctx->glBlendFuncSeparateOES(ctx, srcRGB, dstRGB, srcAlpha, dstAlpha);
H A Dgl_enc.cpp8449 this->glBlendFuncSeparateOES = &glBlendFuncSeparateOES_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h166 {"glBlendFuncSeparateOES", (void *)glBlendFuncSeparateOES},
H A Dgles_dispatch.h169 glBlendFuncSeparateOES_t glBlendFuncSeparateOES; member in struct:gles_dispatch
441 glBlendFuncSeparateOES_t set_glBlendFuncSeparateOES(glBlendFuncSeparateOES_t f) { glBlendFuncSeparateOES_t retval = glBlendFuncSeparateOES; glBlendFuncSeparateOES = f; return retval;}
H A Dgles.cpp786 void glBlendFuncSeparateOES(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) function
788 getDispatch()->glBlendFuncSeparateOES(srcRGB, dstRGB, srcAlpha, dstAlpha);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);

Completed in 64 milliseconds