Searched refs:blend (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h48 GLboolean blend; member in struct:__anon16171
H A Dcr_attrib.h28 GLboolean blend; member in struct:__anon16149
68 GLboolean blend; member in struct:__anon16152
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clear.c245 GLboolean lighting, fog, blend, cull, tex[3];
283 blend = ctx->buffer.blend;
336 if (!blend)
363 if (!blend)
373 if (blend)
381 if (blend)
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c145 a->colorBufferStack[a->colorBufferStackDepth].blend = g->buffer.blend;
201 a->enableStack[a->enableStackDepth].blend = g->buffer.blend;
562 g->buffer.blend = a->colorBufferStack[a->colorBufferStackDepth].blend;
652 g->buffer.blend = a->enableStack[a->enableStackDepth].blend;
H A Dstate_enable.c44 g->buffer.blend = val;
H A Dstate_buffer.c27 b->blend = GL_FALSE;
H A Dstate_diff.c413 if (to->buffer.blend)
H A Dstate_lists.c186 CRSTATE_SET_ENABLED(buffer.blend, GL_BLEND);

Completed in 57 milliseconds