Searched refs:loadImageData (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGL/ |
D | Image.hpp | 35 …void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs…
|
D | Texture.cpp | 178 …image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), 1, format, type, unpackAlignm… in setImage() 214 …image->loadImageData(xoffset, yoffset, 0, width, height, 1, format, type, unpackAlignment, pixels); in subImage()
|
D | Image.cpp | 232 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData() function in gl::Image
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 236 …image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), 1, format, type, unpackInfo, … in setImage() 274 image->loadImageData(xoffset, yoffset, 0, width, height, 1, format, type, unpackInfo, pixels); in subImage()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 163 …void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs…
|
D | Image.cpp | 1223 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData() function in egl::Image
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 414 …image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), depth, format, type, unpackIn… in setImage() 451 …image->loadImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackInfo, pi… in subImage()
|