Searched refs:readH (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 1369 readH = height; in blit_copy_pixels() 1371 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1378 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack)) 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() 1396 drawY = ctx->DrawBuffer->Height - drawY - 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 1538 readH = height; in st_CopyPixels() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 946 int readH = getHeight(); in render() local 1006 glScissor (readX, readY, readW, readH); in render()
|