Home
last modified time | relevance | path

Searched refs:loadImageData (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/common/
DImage.hpp208 …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, …
DImage.cpp1368 …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/
DTexture.cpp236 …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/
DTexture.cpp349 …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()