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

/frameworks/base/libs/hwui/
H A DPixelBuffer.h31 * To read from or write into a PixelBuffer you must first map the
39 * Mapping and unmapping a PixelBuffer can have the side effect of
42 * using a PixelBuffer to upload to a texture.
44 class PixelBuffer { class in namespace:android::uirenderer
59 * Creates a new PixelBuffer object with the specified format and
66 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,
69 virtual ~PixelBuffer() {
183 PixelBuffer(GLenum format, uint32_t width, uint32_t height): function in class:android::uirenderer::PixelBuffer
194 }; // class PixelBuffer

Completed in 1188 milliseconds