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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_pixel.h35 GLfloat depthBias; member in struct:__anon16221
H A Dcr_attrib.h196 GLfloat depthBias; member in struct:__anon16159
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_pixel.c28 p->depthBias = 0.0f;
122 p->depthBias = param;
633 if (from->depthBias != to->depthBias)
635 diff_api.PixelTransferf (GL_DEPTH_BIAS, to->depthBias);
636 from->depthBias = to->depthBias;
769 if (from->depthBias != to->depthBias)
771 diff_api.PixelTransferf (GL_DEPTH_BIAS, to->depthBias);
[all...]
H A Dstate_diff.c177 if (to->pixel.depthBias != 0.0f)
216 if (to->pixel.depthBias != 0.0f)
218 diff_api.PixelTransferf (GL_DEPTH_BIAS, to->pixel.depthBias);
323 if (to->pixel.depthBias != 0.0f)
360 if (to->pixel.depthBias != 0.0f)
362 diff_api.PixelTransferf (GL_DEPTH_BIAS, to->pixel.depthBias);

Completed in 47 milliseconds