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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h61 GLenum blendDstA; member in struct:__anon16171
H A Dcr_attrib.h39 GLenum blendDstA; member in struct:__anon16149
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c49 b->blendDstA = GL_ZERO;
229 b->blendDstA = dfactor;
378 b->blendDstA = dfactorA;
H A Dstate_attrib.c150 a->colorBufferStack[a->colorBufferStackDepth].blendDstA = g->buffer.blendDstA;
567 g->buffer.blendDstA = a->colorBufferStack[a->colorBufferStackDepth].blendDstA;
H A Dstate_lists.c351 CRSTATE_SET_ENUM(buffer.blendDstA, GL_BLEND_DST_ALPHA_EXT);

Completed in 79 milliseconds