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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h36 CRbitvalue blendColor[CR_MAX_BITARRAY]; member in struct:__anon16170
72 GLcolorf blendColor; member in struct:__anon16171
H A Dcr_attrib.h40 GLcolorf blendColor; member in struct:__anon16149
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c74 b->blendColor = zero_colorf;
75 RESET(bb->blendColor, ctx->bitid);
247 b->blendColor.r = red;
248 b->blendColor.g = green;
249 b->blendColor.b = blue;
250 b->blendColor.a = alpha;
251 DIRTY(bb->blendColor, g->neg_bitid);
H A Dstate_bits_globalop.h70 _CRSTATE_BITS_OP_SIZEOF(buffer.blendColor);
H A Dstate_attrib.c153 a->colorBufferStack[a->colorBufferStackDepth].blendColor = g->buffer.blendColor;
570 g->buffer.blendColor = a->colorBufferStack[a->colorBufferStackDepth].blendColor;
589 DIRTY(sb->buffer.blendColor, g->neg_bitid);
H A Dstate_lists.c334 if (CHECKDIRTY(sb->buffer.blendColor, negbitID))
336 CRSTATE_SET_COLORF(buffer.blendColor, GL_BLEND_COLOR);

Completed in 54 milliseconds