Searched defs:texPitch (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/
H A DVBoxDbgGl.c236 GLint pitch, texPitch; local
241 texPitch = ((bpp * w + 7) >> 3)/8;
247 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
258 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
270 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/
H A DVBoxDbgGl.c245 GLint pitch, texPitch; local
250 texPitch = ((bpp * w + 7) >> 3)/8;
256 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
267 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
279 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/
H A DVBoxDbgGl.c236 GLint pitch, texPitch; local
241 texPitch = ((bpp * w + 7) >> 3)/8;
247 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
258 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);
270 dbglDumpImage2D("stored texture data:", pvTexImg, w, h, bpp, texPitch);

Completed in 34 milliseconds