Searched refs:loadImageData (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 208 …void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs… 234 …void loadImageData(GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputHeight, …
|
D | Image.cpp | 1368 …void Image::loadImageData(GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputH… in loadImageData() function in egl::Image 1719 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData() function in egl::Image 1730 loadImageData(width, height, depth, inputPitch, inputHeight, format, type, input, buffer); in loadImageData()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.cpp | 236 …image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), 1, format, type, unpackParame… in setImage() 259 …image->loadImageData(xoffset, yoffset, 0, width, height, 1, format, type, unpackParameters, pixels… in subImage()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 349 …image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), depth, format, type, unpackPa… in setImage() 371 …image->loadImageData(xoffset, yoffset, zoffset, width, height, depth, format, type, unpackParamete… in subImage()
|