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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h55 GLenum alphaTestFunc; member in struct:__anon16171
H A Dcr_attrib.h34 GLenum alphaTestFunc; member in struct:__anon16149
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c39 b->alphaTestFunc = GL_ALWAYS;
119 b->alphaTestFunc = func;
H A Dstate_attrib.c143 a->colorBufferStack[a->colorBufferStackDepth].alphaTestFunc = g->buffer.alphaTestFunc;
560 g->buffer.alphaTestFunc = a->colorBufferStack[a->colorBufferStackDepth].alphaTestFunc;
H A Dstate_lists.c195 CRSTATE_SET_ENUM(buffer.alphaTestFunc, GL_ALPHA_TEST_FUNC);

Completed in 52 milliseconds