Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparate (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h20 {"glBlendEquationSeparate", (void*)glBlendEquationSeparate},
Dgl2_client_context.h22 glBlendEquationSeparate_client_proc_t glBlendEquationSeparate; member
Dgl2_client_context.cpp22glBlendEquationSeparate = (glBlendEquationSeparate_client_proc_t) getProc("glBlendEquationSeparate… in initDispatchByName()
Dgl2_entry.cpp17 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
481 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate() function
484 ctx->glBlendEquationSeparate(ctx, modeRGB, modeAlpha); in glBlendEquationSeparate()
Dgl2_enc.cpp11059 this->glBlendEquationSeparate = &glBlendEquationSeparate_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
Dgl31.h386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);