Home
last modified time | relevance | path

Searched refs:glBlendEquationSeparate (Results 1 – 15 of 15) 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);
494 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate() function
497 ctx->glBlendEquationSeparate(ctx, modeRGB, modeAlpha); in glBlendEquationSeparate()
Dgl2_enc.cpp11501 this->glBlendEquationSeparate = &glBlendEquationSeparate_enc; in gl2_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.lds42 glBlendEquationSeparate;
Dgles3_wrapper_context.h22 glBlendEquationSeparate_wrapper_proc_t glBlendEquationSeparate; member
Dgles3_wrapper_context.cpp22glBlendEquationSeparate = (glBlendEquationSeparate_wrapper_proc_t) getProc("glBlendEquationSeparat… in initDispatchByName()
Dgles3_wrapper_entry.cpp17 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
481 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparate() function
484 ctx->glBlendEquationSeparate( modeRGB, modeAlpha); in glBlendEquationSeparate()
Dgles3.in10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries14 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
/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);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha)