Searched refs:blendDstRGB (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h59 GLenum blendDstRGB; member in struct:__anon16171
H A Dcr_attrib.h37 GLenum blendDstRGB; member in struct:__anon16149
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c45 b->blendDstRGB = GL_ZERO;
227 b->blendDstRGB = dfactor;
376 b->blendDstRGB = dfactorRGB;
H A Dstate_lists.c207 CRSTATE_SET_ENUM(buffer.blendDstRGB, GL_BLEND_DST);
349 CRSTATE_SET_ENUM(buffer.blendDstRGB, GL_BLEND_DST_RGB_EXT);
H A Dstate_attrib.c147 a->colorBufferStack[a->colorBufferStackDepth].blendDstRGB = g->buffer.blendDstRGB;
564 g->buffer.blendDstRGB = a->colorBufferStack[a->colorBufferStackDepth].blendDstRGB;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clear.c285 blendDst = ctx->buffer.blendDstRGB;

Completed in 55 milliseconds