Home
last modified time | relevance | path

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

/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp698 …const tcu::PixelBufferAccess targetAccess (transferFormat, targetRowLength, infiniteHeight, 1, ta… in glReadPixels() local
701 const tcu::PixelBufferAccess targetRectAccess = tcu::getSubregion(targetAccess, in glReadPixels()
702 de::clamp(targetSkipPixels, 0, targetAccess.getWidth()-1), in glReadPixels()
704 de::clamp(width, 0, de::max(0, targetAccess.getWidth() - targetSkipPixels)), in glReadPixels()