Searched refs:alphaTest (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h49 GLboolean alphaTest; member in struct:__anon16171
H A Dcr_attrib.h29 GLboolean alphaTest; member in struct:__anon16149
66 GLboolean alphaTest; member in struct:__anon16152
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c142 a->colorBufferStack[a->colorBufferStackDepth].alphaTest = g->buffer.alphaTest;
199 a->enableStack[a->enableStackDepth].alphaTest = g->buffer.alphaTest;
559 g->buffer.alphaTest = a->colorBufferStack[a->colorBufferStackDepth].alphaTest;
650 g->buffer.alphaTest = a->enableStack[a->enableStackDepth].alphaTest;
H A Dstate_enable.c39 g->buffer.alphaTest = val;
H A Dstate_buffer.c28 b->alphaTest = GL_FALSE;
H A Dstate_diff.c405 if (to->buffer.alphaTest)
H A Dstate_lists.c187 CRSTATE_SET_ENABLED(buffer.alphaTest, GL_ALPHA_TEST);

Completed in 56 milliseconds