Searched refs:readH (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1561 GLint readX, readY, readW, readH, drawX, drawY, drawW, drawH; in blit_copy_pixels() local 1596 readH = height; in blit_copy_pixels() 1598 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1605 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack)) in blit_copy_pixels() 1612 drawH = readH; in blit_copy_pixels() 1630 readH = -readH; in blit_copy_pixels() 1638 readY += readH; in blit_copy_pixels() 1639 readH = -readH; in blit_copy_pixels() 1643 !_mesa_regions_overlap(readX, readY, readX + readW, readY + readH, in blit_copy_pixels() 1655 blit.src.box.height = readH; in blit_copy_pixels() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 946 int readH = getHeight(); in render() local 1006 glScissor (readX, readY, readW, readH); in render()
|