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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_buffer.h22 CRbitvalue depthFunc[CR_MAX_BITARRAY]; member in struct:__anon16170
57 GLenum depthFunc; member in struct:__anon16171
H A Dcr_attrib.h61 GLenum depthFunc; member in struct:__anon16151
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c42 b->depthFunc = GL_LESS;
43 RESET(bb->depthFunc, ctx->bitid);
157 b->depthFunc = func;
159 DIRTY(bb->depthFunc, g->neg_bitid);
H A Dstate_bits_globalop.h56 _CRSTATE_BITS_OP_SIZEOF(buffer.depthFunc);
H A Dstate_attrib.c184 a->depthBufferStack[a->depthBufferStackDepth].depthFunc = g->buffer.depthFunc;
633 g->buffer.depthFunc = a->depthBufferStack[a->depthBufferStackDepth].depthFunc;
638 DIRTY(sb->buffer.depthFunc, g->neg_bitid);
H A Dstate_lists.c199 if (CHECKDIRTY(sb->buffer.depthFunc, negbitID))
201 CRSTATE_SET_ENUM(buffer.depthFunc, GL_DEPTH_FUNC);

Completed in 54 milliseconds