Searched refs:readY (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1339 GLint readX, readY, readW, readH; in blit_copy_pixels() local 1367 readY = srcy; in blit_copy_pixels() 1371 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1382 readY = readY - pack.SkipRows + unpack.SkipRows; in blit_copy_pixels() 1388 !regions_overlap(readX, readY, drawX, drawY, readW, readH)) && in blit_copy_pixels() 1395 readY = ctx->ReadBuffer->Height - readY - readH; in blit_copy_pixels() 1399 u_box_2d(readX, readY, readW, readH, &srcBox); in blit_copy_pixels() 1430 GLint readX, readY, readW, readH; in st_CopyPixels() local 1536 readY = srcy; in st_CopyPixels() 1539 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) { 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()
|