Searched refs:loadD24S8ImageData (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGL/ |
D | Image.hpp | 79 …void loadD24S8ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitc…
|
D | Image.cpp | 344 loadD24S8ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer); in loadImageData() 662 …void Image::loadD24S8ImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int in… in loadD24S8ImageData() function in gl::Image
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 191 …void loadD24S8ImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height…
|
D | Image.cpp | 1606 …loadD24S8ImageData(xoffset, yoffset, zoffset, width, height, depth, inputPitch, inputHeight, input… in loadImageData() 1626 …void Image::loadD24S8ImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei… in loadD24S8ImageData() function in egl::Image
|