Searched defs:skipRow (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c1494 GLint skipRow = 0; local
1604 glGetIntegerv(GL_PACK_SKIP_ROWS, &skipRow);
1626 glPixelStorei(GL_PACK_SKIP_ROWS, skipRow);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c4464 GLint skipRow = 0; local
4566 gl_info->gl_ops.gl.p_glGetIntegerv(GL_PACK_SKIP_ROWS, &skipRow);
4589 gl_info->gl_ops.gl.p_glPixelStorei(GL_PACK_SKIP_ROWS, skipRow);

Completed in 97 milliseconds