Searched refs:readY (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1305 GLint readX, readY, readW, readH, drawX, drawY, drawW, drawH; in blit_copy_pixels() local 1334 readY = srcy; in blit_copy_pixels() 1338 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1349 readY = readY - pack.SkipRows + unpack.SkipRows; in blit_copy_pixels() 1359 readY = rbRead->Base.Height - readY; in blit_copy_pixels() 1368 readY += readH; in blit_copy_pixels() 1373 !_mesa_regions_overlap(readX, readY, readX + readW, readY + readH, in blit_copy_pixels() 1382 blit.src.box.y = readY; in blit_copy_pixels() 1437 GLint readX, readY, readW, readH; in st_CopyPixels() local 1562 readY = srcy; in st_CopyPixels() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 944 int readY = 0; in render() local 1006 glScissor (readX, readY, readW, readH); in render()
|