Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFrameCapture.cpp3148 GLint levelRowPitch = (levelExtents.width >> 2) * pixelBytes; in captureCompressedTextureData() local
3149 GLint levelDepthPitch = levelRowPitch * (levelExtents.height >> 2); in captureCompressedTextureData()
3158 GLint levelOffset = z * levelDepthPitch + y * levelRowPitch + xoffset * pixelBytes; in captureCompressedTextureData()