Lines Matching refs:pixelFormat
286 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]);
287 const size_t size = src.height * src.stride * pixelFormat.size;
371 // convert the pixelformat to one we can handle
378 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
380 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
382 const int32_t stride = bpr / pixelFormat.size;
1200 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1202 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1204 const int32_t stride = bpr / pixelFormat.size;
1284 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1286 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1288 const int32_t stride = bpr / pixelFormat.size;
1522 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1524 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1525 const int32_t stride = bpr / pixelFormat.size;