Searched defs:loadImageData (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DImage.cpp242 void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input) function in class:gl::Image
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp1290 void Image::loadImageData(Context *context, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const UnpackInfo& unpackInfo, const void *input) function in class:egl::Image

Completed in 131 milliseconds