Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:fp

2263     const GGLFormat* fp = &(c->formats[cb->format]);
2265 (x + (cb->stride * y)) * fp->size;
2271 (u + (tex->stride * v)) * fp->size;
2273 const size_t size = ct * fp->size;
2316 const GGLFormat* fp = &(c->formats[cb->format]);
2318 (x + (cb->stride * y)) * fp->size;
2319 const size_t size = ct * fp->size;
2329 const GGLFormat* fp = &(c->formats[cb->format]);
2331 (x + (cb->stride * y)) * fp->size;
2332 const size_t size = ct * fp->size;
2354 const GGLFormat* fp = &(c->formats[cb->format]);
2356 (x + (cb->stride * y)) * fp->size;
2362 (u + (tex->stride * v)) * fp->size;
2365 memcpy(dst, src, ct * fp->size * yc);
2367 const size_t size = ct * fp->size;
2368 const size_t dbpr = cb->stride * fp->size;
2369 const size_t sbpr = tex->stride * fp->size;