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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h30 GLint indexShift; member in struct:__anon16221
H A Dcr_attrib.h191 GLint indexShift; member in struct:__anon16159
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c23 p->indexShift = 0;
89 p->indexShift = (GLint) param;
583 if (from->indexShift != to->indexShift)
585 diff_api.PixelTransferi (GL_INDEX_SHIFT, to->indexShift);
586 from->indexShift = to->indexShift;
709 if (from->indexShift != to->indexShift)
711 diff_api.PixelTransferi (GL_INDEX_SHIFT, to->indexShift);
[all...]
H A Dstate_diff.c196 if (to->pixel.indexShift)
231 if (to->pixel.indexShift)
233 diff_api.PixelTransferi (GL_INDEX_SHIFT, to->pixel.indexShift);
339 if (to->pixel.indexShift)
372 if (to->pixel.indexShift)
374 diff_api.PixelTransferi (GL_INDEX_SHIFT, to->pixel.indexShift);
H A Dstate_attrib.c390 a->pixelModeStack[a->pixelModeStackDepth].indexShift = g->pixel.indexShift;
941 g->pixel.indexShift = a->pixelModeStack[a->pixelModeStackDepth].indexShift;

Completed in 52 milliseconds