Searched defs:getSubregion (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp117 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y, int width, int height) function in namespace:rr
119 return MultisamplePixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y, access.getNumSamples(), width, height));
122 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, int x, int y, int width, int height) function in namespace:rr
124 return MultisampleConstPixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y, access.getNumSamples(), width, height));
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp114 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int width, int height, int depth) function in namespace:tcu
134 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width, int height, int depth) function in namespace:tcu
152 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int height) function in namespace:tcu
154 return getSubregion(access, x, y, 0, width, height, 1);
166 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width, int height) function in namespace:tcu
168 return getSubregion(access, x, y, 0, width, height, 1);
739 clear(getSubregion(dst, 0, 0, 0, left, top, 1), Vec4(1.0f, 0.0f, 0.0f, 1.0f));
740 clear(getSubregion(dst, left, 0, 0, width-left, top, 1), Vec4(0.0f, 1.0f, 0.0f, 1.0f));
741 clear(getSubregion(dst, 0, top, 0, left, height-top, 1), Vec4(0.0f, 0.0f, 1.0f, 0.0f));
742 clear(getSubregion(ds
[all...]

Completed in 266 milliseconds