HomeSort by relevance Sort by last modified time
    Searched refs:ComputeCompressedSize (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/src/OpenGL/common/
Image.hpp 60 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format);
Image.cpp 559 return ComputeCompressedSize(width, 1, format);
567 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp 537 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat) * depth)
594 if(imageSize != gl::ComputeCompressedSize(width, height, format) * depth)
    [all...]
libGLESv2.cpp 752 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat))
817 if(imageSize != gl::ComputeCompressedSize(width, height, format))
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 721 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat))
783 if(imageSize != gl::ComputeCompressedSize(width, height, format))
    [all...]

Completed in 2951 milliseconds