Searched refs:loadCompressedData (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGL/ |
D | Image.hpp | 36 …void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
|
D | Texture.cpp | 186 image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), 1, imageSize, pixels); in setCompressedImage() 237 image->loadCompressedData(xoffset, yoffset, 0, width, height, 1, imageSize, pixels); in subImageCompressed()
|
D | Image.cpp | 694 …void Image::loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei… in loadCompressedData() function in gl::Image
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 244 image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), 1, imageSize, pixels); in setCompressedImage() 297 image->loadCompressedData(xoffset, yoffset, 0, width, height, 1, imageSize, pixels); in subImageCompressed()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 164 …void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
|
D | Image.cpp | 1654 …void Image::loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei… in loadCompressedData() function in egl::Image
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 423 …image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), depth, imageSize, pixels… in setCompressedImage() 474 image->loadCompressedData(xoffset, yoffset, zoffset, width, height, depth, imageSize, pixels); in subImageCompressed()
|