Searched refs:depthScale (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h33 GLfloat depthScale; member in struct:__anon16221
H A Dcr_attrib.h194 GLfloat depthScale; member in struct:__anon16159
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c26 p->depthScale = 1.0f;
107 p->depthScale = param;
628 if (from->depthScale != to->depthScale)
630 diff_api.PixelTransferf (GL_DEPTH_SCALE, to->depthScale);
631 from->depthScale = to->depthScale;
763 if (from->depthScale != to->depthScale)
765 diff_api.PixelTransferf (GL_DEPTH_SCALE, to->depthScale);
[all...]
H A Dstate_diff.c173 if (to->pixel.depthScale != 1.0f)
212 if (to->pixel.depthScale != 1.0f)
214 diff_api.PixelTransferf (GL_DEPTH_SCALE, to->pixel.depthScale);
319 if (to->pixel.depthScale != 1.0f)
356 if (to->pixel.depthScale != 1.0f)
358 diff_api.PixelTransferf (GL_DEPTH_SCALE, to->pixel.depthScale);

Completed in 47 milliseconds