Home
last modified time | relevance | path

Searched refs:readW (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1339 GLint readX, readY, readW, readH; in blit_copy_pixels() local
1368 readW = width; 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()
1399 u_box_2d(readX, readY, readW, readH, &srcBox); in blit_copy_pixels()
1430 GLint readX, readY, readW, readH; in st_CopyPixels() local
1537 readW = width; in st_CopyPixels()
1539 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) { in st_CopyPixels()
1548 readW = MAX2(0, readW); in st_CopyPixels()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp945 int readW = getWidth()/2; in render() local
1006 glScissor (readX, readY, readW, readH); in render()