Home | History | Annotate | Download | only in libagl

Lines Matching defs:formatIdx

371     const int32_t formatIdx = convertGLPixelFormat(format, type);
372 if (formatIdx == 0) { // we don't know what to do with this
377 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
387 width, height, stride, formatIdx, compressedFormat, bpr);
398 width, height, stride, formatIdx, compressedFormat, bpr);
1198 const int32_t formatIdx = convertGLPixelFormat(format, type);
1199 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1210 userSurface.format = formatIdx;
1277 const int32_t formatIdx = convertGLPixelFormat(format, type);
1278 if (formatIdx == 0) { // we don't know what to do with this
1283 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1293 userSurface.format = formatIdx;
1504 int32_t formatIdx = GGL_PIXEL_FORMAT_NONE;
1506 formatIdx = GGL_PIXEL_FORMAT_RGBA_8888;
1508 formatIdx = GGL_PIXEL_FORMAT_RGB_565;
1521 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1531 userSurface.format = formatIdx;