Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h122 …void setImage(GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const void *pi…
123 …i height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
171 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
173 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
230 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
233 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
291 …i height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
293 …i height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con…
DTexture.cpp409 void Texture::setImage(GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, const … in setImage()
427 …i height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in subImage()
640 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in setImage()
725 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in subImage()
1158 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in subImage()
1280 …i width, GLsizei height, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in setImage()
1609 …i height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in setImage()
1688 …i height, GLsizei depth, GLenum format, GLenum type, const egl::Image::UnpackInfo& unpackInfo, con… in subImage()
DContext.h416 egl::Image::UnpackInfo unpackInfo;
531 const egl::Image::UnpackInfo& getUnpackInfo() const;
DContext.cpp845 const egl::Image::UnpackInfo& Context::getUnpackInfo() const in getUnpackInfo()
/external/swiftshader/src/OpenGL/common/
DImage.hpp151 struct UnpackInfo struct in egl::Image
153UnpackInfo() : alignment(4), rowLength(0), imageHeight(0), skipPixels(0), skipRows(0), skipImages(… in UnpackInfo() argument
163 …idth, GLsizei height, GLsizei depth, GLenum format, GLenum type, const UnpackInfo& unpackInfo, con…
DImage.cpp1223 …idth, GLsizei height, GLsizei depth, GLenum format, GLenum type, const UnpackInfo& unpackInfo, con… in loadImageData()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp234 egl::Image::UnpackInfo unpackInfo; in setImage()
272 egl::Image::UnpackInfo unpackInfo; in subImage()