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

/frameworks/base/libs/hwui/
H A DPixelBuffer.h32 * To read from or write into a PixelBuffer you must first map the
40 * Mapping and unmapping a PixelBuffer can have the side effect of
43 * using a PixelBuffer to upload to a texture.
45 class PixelBuffer { class in namespace:android::uirenderer
60 * Creates a new PixelBuffer object with the specified format and
67 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,
70 virtual ~PixelBuffer() {
195 PixelBuffer(GLenum format, uint32_t width, uint32_t height): function in class:android::uirenderer::PixelBuffer
214 }; // class PixelBuffer

Completed in 1126 milliseconds