Home
last modified time | relevance | path

Searched refs:targetRowLength (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp696 const int targetRowLength = (ctx->pixelPackRowLength != 0) ? (ctx->pixelPackRowLength) : (width); in glReadPixels() local
700 const int targetRowPitch = (ctx->pixelPackAlignment == 0) ? (targetRowLength * transferFormat.getPixelSize()) : (deAlign32(targetRowLength * transferFormat.getPixelSize(), ctx->pixelPackAlignment)); in glReadPixels()
703 const tcu::PixelBufferAccess targetAccess (transferFormat, targetRowLength, infiniteHeight, 1, targetRowPitch, 0, pixels); in glReadPixels()

Completed in 2 milliseconds