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

/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp17 #define LOG_TAG "GraphicBuffer"
19 #include <ui/GraphicBuffer.h>
43 sp<GraphicBuffer> GraphicBuffer::from(ANativeWindowBuffer* anwb) {
44 return static_cast<GraphicBuffer *>(anwb);
47 GraphicBuffer::GraphicBuffer() function in class:android::GraphicBuffer
62 GraphicBuffer::GraphicBuffer(uint32_t inWidth, uint32_t inHeight, function in class:android::GraphicBuffer
64 : GraphicBuffer(inWidt
68 GraphicBuffer::GraphicBuffer(uint32_t inWidth, uint32_t inHeight, function in class:android::GraphicBuffer
77 GraphicBuffer::GraphicBuffer(uint32_t inWidth, uint32_t inHeight, function in class:android::GraphicBuffer
86 GraphicBuffer::GraphicBuffer(const native_handle_t* handle, function in class:android::GraphicBuffer
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DGraphicBuffer.java23 * Simple wrapper for the native GraphicBuffer class.
28 public class GraphicBuffer implements Parcelable { class in inherits:Parcelable
29 // Note: keep usage flags in sync with GraphicBuffer.h and gralloc.h
62 // If set to true, this GraphicBuffer instance cannot be used anymore
66 * Creates new <code>GraphicBuffer</code> instance. This method will return null
74 * @return A <code>GraphicBuffer</code> instance or null
76 public static GraphicBuffer create(int width, int height, int format, int usage) {
79 return new GraphicBuffer(width, height, format, usage, nativeObject);
87 private GraphicBuffer(int width, int height, int format, int usage, long nativeObject) { method in class:GraphicBuffer
99 public static GraphicBuffer createFromExistin
[all...]
/frameworks/native/include/ui/
H A DGraphicBuffer.h41 // GraphicBuffer
44 class GraphicBuffer class in namespace:android
45 : public ANativeObjectBase<ANativeWindowBuffer, GraphicBuffer, RefBase>,
46 public Flattenable<GraphicBuffer>
48 friend class Flattenable<GraphicBuffer>;
76 static sp<GraphicBuffer> from(ANativeWindowBuffer *);
79 // Create a GraphicBuffer to be unflatten'ed into or be reallocated.
80 GraphicBuffer();
82 // Create a GraphicBuffer by allocating and managing a buffer internally.
84 GraphicBuffer(uint32_
127 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, function in class:android::GraphicBuffer
[all...]
/frameworks/native/libs/ui/include/ui/
H A DGraphicBuffer.h41 // GraphicBuffer
44 class GraphicBuffer class in namespace:android
45 : public ANativeObjectBase<ANativeWindowBuffer, GraphicBuffer, RefBase>,
46 public Flattenable<GraphicBuffer>
48 friend class Flattenable<GraphicBuffer>;
76 static sp<GraphicBuffer> from(ANativeWindowBuffer *);
79 // Create a GraphicBuffer to be unflatten'ed into or be reallocated.
80 GraphicBuffer();
82 // Create a GraphicBuffer by allocating and managing a buffer internally.
84 GraphicBuffer(uint32_
127 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, function in class:android::GraphicBuffer
[all...]
/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h41 // GraphicBuffer
44 class GraphicBuffer class in namespace:android
45 : public ANativeObjectBase<ANativeWindowBuffer, GraphicBuffer, RefBase>,
46 public Flattenable<GraphicBuffer>
48 friend class Flattenable<GraphicBuffer>;
76 static sp<GraphicBuffer> from(ANativeWindowBuffer *);
79 // Create a GraphicBuffer to be unflatten'ed into or be reallocated.
80 GraphicBuffer();
82 // Create a GraphicBuffer by allocating and managing a buffer internally.
84 GraphicBuffer(uint32_
127 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, function in class:android::GraphicBuffer
[all...]

Completed in 108 milliseconds