Searched refs:pixelSize (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 144 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 D | s_clear.c | 50 const GLuint pixelSize = _mesa_get_format_bytes(rb->Format); local in function:clear_rgba_buffer 137 switch (pixelSize) {
|
| H A D | s_zoom.c | 304 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 D | s_blit.c | 144 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 D | s_clear.c | 120 const GLuint pixelSize = _mesa_get_format_bytes(rb->Format); local in function:clear_rgba_buffer 207 switch (pixelSize) {
|
| H A D | s_zoom.c | 304 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 D | psgeom.c | 385 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 D | svga3d_reg.h | 287 uint32 pixelSize : 1; member in struct:__anon70b0d860030a::__anon70b0d8600408
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_types.h | 799 uint32 pixelSize : 1; member in struct:__anon43a11656050a::__anon43a116560608
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_types.h | 805 uint32 pixelSize : 1; member in struct:__anon07eb9ac9050a::__anon07eb9ac90608
|
Completed in 34 milliseconds