Searched defs:outputPitch (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.cpp | 222 GLuint outputPitch = 0; in readPixels() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.cpp | 249 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
H A D | Renderer11.cpp | 3402 readFromAttachment(const gl::Context *context, const gl::FramebufferAttachment &srcAttachment, const gl::Rectangle &sourceArea, GLenum format, GLenum type, GLuint outputPitch, const gl::PixelPackState &pack, uint8_t *pixelsOut) readFromAttachment() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 79 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 121 GLuint outputPitch; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 3378 GLsizei outputPitch = gl::ComputePitch(outputWidth, format, type, mState.packParameters.alignment); in readPixels() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 7286 GLuint outputPitch = 0; in GetReadPixelsParams() local
|
Completed in 30 milliseconds