/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Texture.h | 132 … 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 …]
|
D | angletypes.h | 196 struct PixelUnpackState struct 201 PixelUnpackState() in PixelUnpackState() argument 205 explicit PixelUnpackState(GLint alignmentIn) in PixelUnpackState() argument
|
D | Texture.cpp | 305 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 …]
|
D | Context.h | 125 PixelUnpackState unpack; 241 const PixelUnpackState &getUnpackState() const;
|
D | Context.cpp | 861 const PixelUnpackState &Context::getUnpackState() const in getUnpackState() 3501 const PixelUnpackState incompleteUnpackState(1); in getIncompleteTexture()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | PixelTransfer11.h | 20 struct PixelUnpackState; 42 …bool copyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, RenderTarget *de… 60 … const gl::PixelUnpackState &unpack, unsigned int offset, CopyShaderParams *parametersOut);
|
D | PixelTransfer11.cpp | 118 … const gl::PixelUnpackState &unpack, unsigned int offset, CopyShaderParams *parametersOut) in setBufferToTextureCopyParams() 139 bool PixelTransfer11::copyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, … in copyBufferToTexture()
|
D | Renderer11.h | 229 …virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Rend…
|
D | Renderer11.cpp | 3164 bool Renderer11::fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, R… in fastCopyBufferToTexture()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 266 …virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Rend…
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
D | Renderer9.h | 226 …virtual bool fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Rend…
|
D | Renderer9.cpp | 757 bool Renderer9::fastCopyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, Re… in fastCopyBufferToTexture()
|