Home
last modified time | relevance | path

Searched refs:PixelUnpackState (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.h132 … void setImage(const PixelUnpackState &unpack, GLenum type, const void *pixels, rx::Image *image);
134 … GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels, rx::Image *image);
138 bool isFastUnpackable(const PixelUnpackState &unpack, GLenum sizedInternalFormat);
139 bool fastUnpackPixels(const PixelUnpackState &unpack, const void *pixels, const Box &destArea,
188 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons…
190 …t, GLsizei width, GLsizei height, GLenum format, GLenum type, const PixelUnpackState &unpack, cons…
250 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons…
251 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons…
252 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons…
253 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons…
[all …]
Dangletypes.h196 struct PixelUnpackState struct
201 PixelUnpackState() in PixelUnpackState() argument
205 explicit PixelUnpackState(GLint alignmentIn) in PixelUnpackState() argument
DTexture.cpp305 void Texture::setImage(const PixelUnpackState &unpack, GLenum type, const void *pixels, rx::Image *… in setImage()
333 bool Texture::isFastUnpackable(const PixelUnpackState &unpack, GLenum sizedInternalFormat) in isFastUnpackable()
338 bool Texture::fastUnpackPixels(const PixelUnpackState &unpack, const void *pixels, const Box &destA… in fastUnpackPixels()
365 … GLenum format, GLenum type, const PixelUnpackState &unpack, const void *pixels, rx::Image *image) in subImage()
550 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons… in setImage()
637 …t, GLsizei width, GLsizei height, GLenum format, GLenum type, const PixelUnpackState &unpack, cons… in subImage()
1148 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons… in setImagePosX()
1153 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons… in setImageNegX()
1158 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons… in setImagePosY()
1163 …ei height, GLenum internalFormat, GLenum format, GLenum type, const PixelUnpackState &unpack, cons… in setImageNegY()
[all …]
DContext.h125 PixelUnpackState unpack;
241 const PixelUnpackState &getUnpackState() const;
DContext.cpp861 const PixelUnpackState &Context::getUnpackState() const in getUnpackState()
3501 const PixelUnpackState incompleteUnpackState(1); in getIncompleteTexture()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
DPixelTransfer11.h20 struct PixelUnpackState;
42 …bool copyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, RenderTarget *de…
60 … const gl::PixelUnpackState &unpack, unsigned int offset, CopyShaderParams *parametersOut);
DPixelTransfer11.cpp118 … const gl::PixelUnpackState &unpack, unsigned int offset, CopyShaderParams *parametersOut) in setBufferToTextureCopyParams()
139 bool PixelTransfer11::copyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, … in copyBufferToTexture()
DRenderer11.h229 …virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Rend…
DRenderer11.cpp3164 bool Renderer11::fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, R… in fastCopyBufferToTexture()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h266 …virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Rend…
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
DRenderer9.h226 …virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Rend…
DRenderer9.cpp757 bool Renderer9::fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Re… in fastCopyBufferToTexture()