Lines Matching refs:pixelBuffer
295 …void setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& pointColor, …
296 …void fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, co…
297 …void fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, cons…
298 …void fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, co…
1259 void MultiViewRenderTestInstance::setPoint (const tcu::PixelBufferAccess& pixelBuffer, const tcu::V… in setPoint() argument
1269 pixelBuffer.setPixel(pointColor, offsetX + x, offsetY + y, layerNdx); in setPoint()
1272 void MultiViewRenderTestInstance::fillTriangle (const tcu::PixelBufferAccess& pixelBuffer, const tc… in fillTriangle() argument
1282 pixelBuffer.setPixel(color, offsetX + x, offsetY + (maxY - 1) - y, layerNdx); in fillTriangle()
1285 pixelBuffer.setPixel(multisampledColor, offsetX + y, offsetY + (maxY - 1) - y, layerNdx); in fillTriangle()
1289 void MultiViewRenderTestInstance::fillLayer (const tcu::PixelBufferAccess& pixelBuffer, const tcu::… in fillLayer() argument
1293 pixelBuffer.setPixel(color, x, y, layerNdx); in fillLayer()
1296 void MultiViewRenderTestInstance::fillQuarter (const tcu::PixelBufferAccess& pixelBuffer, const tcu… in fillQuarter() argument
1336 pixelBuffer.setPixel(pixelBuffer.getPixel(x, y, layerNdx) + color, x, y, layerNdx); in fillQuarter()
1345 const tcu::Vec4 currentColor = pixelBuffer.getPixel(x, y, layerNdx); in fillQuarter()
1348 pixelBuffer.setPixel(newColor, x, y, layerNdx); in fillQuarter()
1356 pixelBuffer.setPixel(color , x, y, layerNdx); in fillQuarter()
3418 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local
3420 for (int z = 0; z < pixelBuffer.getDepth(); z++) in readImage()
3421 for (int y = 0; y < pixelBuffer.getHeight(); y++) in readImage()
3422 for (int x = 0; x < pixelBuffer.getWidth(); x++) in readImage()
3424 const float depth = pixelBuffer.getPixDepth(x, y, z); in readImage()
3434 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage() local
3446 for (int z = 0; z < pixelBuffer.getDepth(); z++) in readImage()
3447 for (int y = 0; y < pixelBuffer.getHeight(); y++) in readImage()
3448 for (int x = 0; x < pixelBuffer.getWidth(); x++) in readImage()
3450 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage()