Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp700 const auto &destInternalFormatInfo = gl::GetInternalFormatInfo(destFormat, destType); in copySubTextureCPUReadback() local
765 readPixelsArea.width * readPixelsArea.height * destInternalFormatInfo.pixelBytes; in copySubTextureCPUReadback()
796 angle::Format::InternalFormatToID(destInternalFormatInfo.sizedInternalFormat); in copySubTextureCPUReadback()
800 destMemory, readPixelsArea.width * destInternalFormatInfo.pixelBytes, in copySubTextureCPUReadback()
801 destInternalFormatInfo.pixelBytes, 0, destFormatInfo.pixelWriteFunction, in copySubTextureCPUReadback()
802 destInternalFormatInfo.format, destInternalFormatInfo.componentType, readPixelsArea.width, in copySubTextureCPUReadback()