Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
DImage.hpp35 …void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs…
DTexture.cpp178 …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()
DImage.cpp232 …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/
DTexture.cpp236 …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/
DImage.hpp163 …void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLs…
DImage.cpp1223 …void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei heig… in loadImageData() function in egl::Image
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp414 …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()