Searched refs:ComputeCompressedSize (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.h | 46 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format);
|
D | utilities.cpp | 201 return ComputeCompressedSize(width, 1, format); in ComputeCompressedPitch() 204 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format) in ComputeCompressedSize() function
|
D | libGL.cpp | 869 if(imageSize != gl::ComputeCompressedSize(width, height, internalformat)) in glCompressedTexImage2D() 962 if(imageSize != gl::ComputeCompressedSize(width, height, format)) in glCompressedTexSubImage2D()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 47 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format);
|
D | Image.cpp | 1111 return ComputeCompressedSize(width, 1, format); in ComputeCompressedPitch() 1114 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format) in ComputeCompressedSize() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 858 if(imageSize != egl::ComputeCompressedSize(width, height, internalformat)) in CompressedTexImage2D() 937 if(imageSize != egl::ComputeCompressedSize(width, height, format)) in CompressedTexSubImage2D() 6458 if(imageSize != egl::ComputeCompressedSize(width, height, internalformat) * depth) in CompressedTexImage3DOES()
|
D | libGLESv3.cpp | 842 if(imageSize != egl::ComputeCompressedSize(width, height, internalformat) * depth) in glCompressedTexImage3D()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 762 if(imageSize != egl::ComputeCompressedSize(width, height, internalformat)) in CompressedTexImage2D() 829 if(imageSize != egl::ComputeCompressedSize(width, height, format)) in CompressedTexSubImage2D()
|