Lines Matching refs:outputRowPitch
5418 size_t outputRowPitch; in stageSubresourceUpdateImpl() local
5444 outputRowPitch = rowPitch; in stageSubresourceUpdateImpl()
5464 outputRowPitch = sizeof(float) * glExtents.width; in stageSubresourceUpdateImpl()
5489 outputRowPitch = storageFormat.pixelBytes * glExtents.width; in stageSubresourceUpdateImpl()
5491 outputDepthPitch = outputRowPitch * glExtents.height; in stageSubresourceUpdateImpl()
5525 inputRowPitch, inputDepthPitch, stagingPointer, outputRowPitch, in stageSubresourceUpdateImpl()
5593 outputRowPitch = glExtents.width; in stageSubresourceUpdateImpl()
5594 outputDepthPitch = outputRowPitch * glExtents.height; in stageSubresourceUpdateImpl()
5598 inputRowPitch, inputDepthPitch, stagingPointer, outputRowPitch, in stageSubresourceUpdateImpl()
5888 size_t outputRowPitch = storageFormat.pixelBytes * clippedRectangle.width; in stageSubresourceUpdateFromFramebuffer() local
5889 size_t outputDepthPitch = outputRowPitch * clippedRectangle.height; in stageSubresourceUpdateFromFramebuffer()
5907 PackPixelsParams params(clippedRectangle, copyFormat, static_cast<GLuint>(outputRowPitch), in stageSubresourceUpdateFromFramebuffer()
5929 memoryBuffer->data(), outputRowPitch, 0, stagingPointer, in stageSubresourceUpdateFromFramebuffer()
5930 outputRowPitch, 0); in stageSubresourceUpdateFromFramebuffer()