Searched refs:loadBGRAImageData (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/libGL/ |
D | Image.hpp | 79 …void loadBGRAImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch…
|
D | Image.cpp | 267 loadBGRAImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData() 629 …void Image::loadBGRAImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inp… in loadBGRAImageData() function in gl::Image
|