Searched refs:blendSrcA (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h60 GLenum blendSrcA; member in struct:__anon16171
H A Dcr_attrib.h38 GLenum blendSrcA; member in struct:__anon16149
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c48 b->blendSrcA = GL_ONE;
228 b->blendSrcA = sfactor;
377 b->blendSrcA = sfactorA;
H A Dstate_attrib.c149 a->colorBufferStack[a->colorBufferStackDepth].blendSrcA = g->buffer.blendSrcA;
566 g->buffer.blendSrcA = a->colorBufferStack[a->colorBufferStackDepth].blendSrcA;
H A Dstate_lists.c350 CRSTATE_SET_ENUM(buffer.blendSrcA, GL_BLEND_SRC_ALPHA_EXT);

Completed in 59 milliseconds