Searched refs:pixelSize (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c144 GLint pixelSize = 0; variable in typeref:typename:GLint
176 pixelSize = 4;
185 pixelSize = 1;
212 pixelSize = _mesa_get_format_bytes(readRb->Format);
215 pixelSize = 16;
220 switch (pixelSize) {
238 pixelSize);
317 memcpy(srcBuffer, srcRowStart, pixelSize * srcWidth);
344 memcpy(dstRowStart, dstBuffer, pixelSize * dstWidth);
537 GLint pixelSize; local in function:blit_linear
[all...]
H A Ds_clear.c50 const GLuint pixelSize = _mesa_get_format_bytes(rb->Format); local in function:clear_rgba_buffer
137 switch (pixelSize) {
H A Ds_zoom.c304 const GLint pixelSize = local in function:zoom_span
309 rgbaSave = malloc(zoomed.end * pixelSize);
315 memcpy(rgbaSave, zoomed.array->rgba, zoomed.end * pixelSize);
322 memcpy(zoomed.array->rgba, rgbaSave, zoomed.end * pixelSize);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c144 GLint pixelSize = 0; variable in typeref:typename:GLint
176 pixelSize = 4;
185 pixelSize = 1;
212 pixelSize = _mesa_get_format_bytes(readRb->Format);
215 pixelSize = 16;
220 switch (pixelSize) {
238 pixelSize);
317 memcpy(srcBuffer, srcRowStart, pixelSize * srcWidth);
344 memcpy(dstRowStart, dstBuffer, pixelSize * dstWidth);
537 GLint pixelSize; local in function:blit_linear
[all...]
H A Ds_clear.c120 const GLuint pixelSize = _mesa_get_format_bytes(rb->Format); local in function:clear_rgba_buffer
207 switch (pixelSize) {
H A Ds_zoom.c304 const GLint pixelSize = local in function:zoom_span
309 rgbaSave = malloc(zoomed.end * pixelSize);
315 memcpy(rgbaSave, zoomed.array->rgba, zoomed.end * pixelSize);
322 memcpy(zoomed.array->rgba, rgbaSave, zoomed.end * pixelSize);
/xsrc/external/mit/xkbprint/dist/
H A Dpsgeom.c385 int pixelSize; member in struct:__anonc513eb560308
454 stuff->pixelSize = 0;
455 else if (sscanf(tmp, "%i", &stuff->pixelSize) != 1)
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dsvga3d_reg.h287 uint32 pixelSize : 1; member in struct:__anon70b0d860030a::__anon70b0d8600408
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h799 uint32 pixelSize : 1; member in struct:__anon43a11656050a::__anon43a116560608
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h805 uint32 pixelSize : 1; member in struct:__anon07eb9ac9050a::__anon07eb9ac90608

Completed in 34 milliseconds