Searched refs:hintStack (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c311 a->hintStack[a->hintStackDepth].perspectiveCorrection = g->hint.perspectiveCorrection;
312 a->hintStack[a->hintStackDepth].pointSmooth = g->hint.pointSmooth;
313 a->hintStack[a->hintStackDepth].lineSmooth = g->hint.lineSmooth;
314 a->hintStack[a->hintStackDepth].polygonSmooth = g->hint.polygonSmooth;
315 a->hintStack[a->hintStackDepth].fog = g->hint.fog;
317 a->hintStack[a->hintStackDepth].clipVolumeClipping = g->hint.clipVolumeClipping;
320 a->hintStack[a->hintStackDepth].textureCompression = g->hint.textureCompression;
323 a->hintStack[a->hintStackDepth].generateMipmap = g->hint.generateMipmap;
817 g->hint.perspectiveCorrection = a->hintStack[a->hintStackDepth].perspectiveCorrection;
818 g->hint.pointSmooth = a->hintStack[
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_attrib.h356 CRHintStack hintStack[CR_MAX_ATTRIB_STACK_DEPTH]; member in struct:__anon16169

Completed in 46 milliseconds