Searched refs:hintStackDepth (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;
325 a->hintStackDepth++;
811 if (a->hintStackDepth
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_attrib.h355 GLint hintStackDepth; member in struct:__anon16169

Completed in 45 milliseconds