Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp557 inline GLsizei ComputeCompressedPitch(GLsizei width, GLenum format) in ComputeCompressedPitch() function
1750 int inputPitch = gl::ComputeCompressedPitch(width, internalformat); in loadCompressedData()