Searched defs:packState (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 166 const gl::PixelPackState &packState, in getTexImage() 179 const gl::PixelPackState &packState, in getCompressedTexImage()
|
D | RenderbufferImpl.h | 151 const gl::PixelPackState &packState, in getRenderbufferImage()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RenderbufferVk.cpp | 338 const gl::PixelPackState &packState, in getRenderbufferImage()
|
D | TextureVk.cpp | 3231 const gl::PixelPackState &packState, in getTexImage() 3276 const gl::PixelPackState &packState, in getCompressedTexImage()
|
D | vk_helpers.cpp | 8274 const gl::PixelPackState &packState, in GetReadPixelsParams() 8303 const gl::PixelPackState &packState, in readPixelsForGetImage() 8376 const gl::PixelPackState &packState, in readPixelsForCompressedGetImage()
|
/external/angle/src/libANGLE/ |
D | Renderbuffer.cpp | 400 const PixelPackState &packState, in getRenderbufferImage()
|
D | Texture.cpp | 2432 const PixelPackState &packState, in getTexImage() 2451 const PixelPackState &packState, in getCompressedTexImage()
|
D | Context.cpp | 4631 PixelPackState packState = mState.getPackState(); in readPixels() local
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 819 gl::PixelPackState packState; in SerializeRenderbuffer() local 1231 gl::PixelPackState packState; in SerializeTextureData() local
|
D | FrameCapture.cpp | 3105 gl::PixelPackState packState; in CaptureShareGroupMidExecutionSetup() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 665 gl::PixelPackState packState = pack; in readPixels() local
|