Searched refs:loadCompressedData (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 244 image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), 1, imageSize, pixels); in setCompressedImage() 272 image->loadCompressedData(xoffset, yoffset, 0, width, height, 1, imageSize, pixels); in subImageCompressed()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 209 …void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
|
D | Image.cpp | 1748 …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 | 358 …image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), depth, imageSize, pixels… in setCompressedImage() 384 image->loadCompressedData(xoffset, yoffset, zoffset, width, height, depth, imageSize, pixels); in subImageCompressed()
|