Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h165 {"glBlendEquationSeparateOES", (void *)glBlendEquationSeparateOES},
Dgles_dispatch.h168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES; member
440 …OES_t f) { glBlendEquationSeparateOES_t retval = glBlendEquationSeparateOES; glBlendEquationSepara… in set_glBlendEquationSeparateOES()
Dgles.cpp781 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparateOES() function
783 getDispatch()->glBlendEquationSeparateOES(modeRGB, modeAlpha); in glBlendEquationSeparateOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h155 {"glBlendEquationSeparateOES", (void*)glBlendEquationSeparateOES},
Dgl_client_context.h175 glBlendEquationSeparateOES_client_proc_t glBlendEquationSeparateOES; member
Dgl_client_context.cpp175glBlendEquationSeparateOES = (glBlendEquationSeparateOES_client_proc_t) getProc("glBlendEquationSe… in initDispatchByName()
Dgl_entry.cpp171 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
1285 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparateOES() function
1288 ctx->glBlendEquationSeparateOES(ctx, modeRGB, modeAlpha); in glBlendEquationSeparateOES()
Dgl_enc.cpp8333 this->glBlendEquationSeparateOES = &glBlendEquationSeparateOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in16 API_ENTRY(glBlendEquationSeparateOES,