Searched defs:holds_BeginEnd (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_buffer.c147 const GLboolean holds_BeginEnd = pc->buffer.holds_BeginEnd; local
158 pc->buffer.holds_BeginEnd = holds_BeginEnd;
265 buf->holds_BeginEnd = GL_FALSE;
317 if (src->holds_BeginEnd)
339 pc->buffer.holds_BeginEnd |= src->holds_BeginEnd;
365 if (src->holds_BeginEnd)
383 pc->buffer.holds_BeginEnd |
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pack.h41 GLboolean holds_BeginEnd; member in struct:__anon16107
351 if ( pc->buffer.holds_BeginEnd && !pc->buffer.in_BeginEnd ) { \
354 pc->buffer.holds_BeginEnd = 0; \
365 if ( pc->buffer.holds_BeginEnd && !pc->buffer.in_BeginEnd ) { \
368 pc->buffer.holds_BeginEnd = 0; \

Completed in 46 milliseconds