Searched refs:ComputeCompressedSize (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 60 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format);
|
D | Image.cpp | 559 return ComputeCompressedSize(width, 1, format); in ComputeCompressedPitch() 567 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format) in ComputeCompressedSize() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 752 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat)) in CompressedTexImage2D() 817 if(imageSize != gl::ComputeCompressedSize(width, height, format)) in CompressedTexSubImage2D() 5929 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat) * depth) in CompressedTexImage3DOES() 5986 if(imageSize != gl::ComputeCompressedSize(width, height, format) * depth) in CompressedTexSubImage3DOES()
|
D | libGLESv3.cpp | 537 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat) * depth) in CompressedTexImage3D() 594 if(imageSize != gl::ComputeCompressedSize(width, height, format) * depth) in CompressedTexSubImage3D()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 721 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat)) in CompressedTexImage2D() 783 if(imageSize != gl::ComputeCompressedSize(width, height, format)) in CompressedTexSubImage2D()
|