Searched refs:readX (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1307 GLint readX, readY, readW, readH, drawX, drawY, drawW, drawH; in blit_copy_pixels() local 1335 readX = srcx; in blit_copy_pixels() 1340 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1350 readX = readX - pack.SkipPixels + unpack.SkipPixels; in blit_copy_pixels() 1375 !_mesa_regions_overlap(readX, readY, readX + readW, readY + readH, in blit_copy_pixels() 1383 blit.src.box.x = readX; in blit_copy_pixels() 1439 GLint readX, readY, readW, readH; in st_CopyPixels() local 1565 readX = srcx; in st_CopyPixels() 1569 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) { in st_CopyPixels() 1600 blit.src.box.x = readX; in st_CopyPixels()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 943 int readX = invalidateW; in render() local 1006 glScissor (readX, readY, readW, readH); in render()
|