Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries5 void glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha);
/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.cpp170 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.cpp8534 this->glBlendEquationSeparateOES = &glBlendEquationSeparateOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in16 API_ENTRY(glBlendEquationSeparateOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in170 GL_ENTRY(void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);