Searched refs:glBlendEquationSeparateOES (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 165 {"glBlendEquationSeparateOES", (void *)glBlendEquationSeparateOES},
|
D | gles_dispatch.h | 168 glBlendEquationSeparateOES_t glBlendEquationSeparateOES; member 440 …OES_t f) { glBlendEquationSeparateOES_t retval = glBlendEquationSeparateOES; glBlendEquationSepara… in set_glBlendEquationSeparateOES()
|
D | gles.cpp | 781 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparateOES() function 783 getDispatch()->glBlendEquationSeparateOES(modeRGB, modeAlpha); in glBlendEquationSeparateOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 155 {"glBlendEquationSeparateOES", (void*)glBlendEquationSeparateOES},
|
D | gl_client_context.h | 175 glBlendEquationSeparateOES_client_proc_t glBlendEquationSeparateOES; member
|
D | gl_client_context.cpp | 175 …glBlendEquationSeparateOES = (glBlendEquationSeparateOES_client_proc_t) getProc("glBlendEquationSe… in initDispatchByName()
|
D | gl_entry.cpp | 171 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha); 1285 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparateOES() function 1288 ctx->glBlendEquationSeparateOES(ctx, modeRGB, modeAlpha); in glBlendEquationSeparateOES()
|
D | gl_enc.cpp | 8333 this->glBlendEquationSeparateOES = &glBlendEquationSeparateOES_enc; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 16 API_ENTRY(glBlendEquationSeparateOES,
|