Searched defs:PixelBuffer (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/hwui/
H A DPixelBuffer.h33 * To read from or write into a PixelBuffer you must first map the
41 * Mapping and unmapping a PixelBuffer can have the side effect of
44 * using a PixelBuffer to upload to a texture.
46 class PixelBuffer { class in namespace:android::uirenderer
61 * Creates a new PixelBuffer object with the specified format and
68 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,
71 virtual ~PixelBuffer() {
190 PixelBuffer(GLenum format, uint32_t width, uint32_t height): function in class:android::uirenderer::PixelBuffer
208 }; // class PixelBuffer

Completed in 62 milliseconds