Searched refs:readW (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1339 GLint readX, readY, readW, readH; local
1368 readW = width;
1371 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack))
1378 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack))
1388 !regions_overlap(readX, readY, drawX, drawY, readW, readH)) &&
1399 u_box_2d(readX, readY, readW, readH, &srcBox);
1430 GLint readX, readY, readW, readH; local
1537 readW = width;
1539 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) {
1548 readW
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp945 int readW = getWidth()/2; local
1006 glScissor (readX, readY, readW, readH);

Completed in 235 milliseconds