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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h58 GLenum blendSrcRGB; member in struct:__anon16171
H A Dcr_attrib.h36 GLenum blendSrcRGB; member in struct:__anon16149
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c44 b->blendSrcRGB = GL_ONE;
226 b->blendSrcRGB = sfactor;
375 b->blendSrcRGB = sfactorRGB;
H A Dstate_lists.c206 CRSTATE_SET_ENUM(buffer.blendSrcRGB, GL_BLEND_SRC);
348 CRSTATE_SET_ENUM(buffer.blendSrcRGB, GL_BLEND_SRC_RGB_EXT);
H A Dstate_attrib.c146 a->colorBufferStack[a->colorBufferStackDepth].blendSrcRGB = g->buffer.blendSrcRGB;
563 g->buffer.blendSrcRGB = a->colorBufferStack[a->colorBufferStackDepth].blendSrcRGB;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clear.c284 blendSrc = ctx->buffer.blendSrcRGB;

Completed in 86 milliseconds