Searched refs:sourceInternalFormatInfo (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 654 const gl::InternalFormat &sourceInternalFormatInfo = in copySubTextureCPUReadback() local 669 mFunctions, mFeatures, sourceInternalFormatInfo.internalFormat, in copySubTextureCPUReadback() 670 sourceInternalFormatInfo.format, sourceInternalFormatInfo.type); in copySubTextureCPUReadback() 682 context, source, sourceLevel, sourceInternalFormatInfo.componentType, in copySubTextureCPUReadback() 684 sourceInternalFormatInfo.componentType, sourceSize, sourceArea, gl::Offset(0, 0, 0), in copySubTextureCPUReadback() 722 if (sourceInternalFormatInfo.componentType == GL_UNSIGNED_INT) in copySubTextureCPUReadback() 729 ASSERT(sourceInternalFormatInfo.componentType != GL_INT); in copySubTextureCPUReadback()
|