Home | History | Annotate | Download | only in main

Lines Matching refs:outWidth

1289                    GLsizei outWidth, GLsizei outHeight,
1295 ASSERT(outWidth >= inWidth);
1299 ASSERT((outWidth & 3) == 0);
1305 for (j = 0; j < outWidth; j++) {
1308 dest[(i * outWidth + j) * comps + k]