Home
last modified time | relevance | path

Searched defs:GraphicBuffer (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_graphics_GraphicBuffer.h23 class GraphicBuffer; variable
/aosp14/frameworks/base/libs/hostgraphics/gui/
H A DIGraphicBufferConsumer.h29 class GraphicBuffer; variable
H A DBufferItem.h30 class GraphicBuffer; variable
/aosp14/frameworks/base/libs/hwui/
H A DReadback.h32 class GraphicBuffer; variable
/aosp14/frameworks/base/libs/hostgraphics/ui/
H A DGraphicBuffer.h34 GraphicBuffer(uint32_t w, uint32_t h):width(w),height(h) { in GraphicBuffer() function
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h40 class GraphicBuffer; variable
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DGraphicBuffer.java31 public class GraphicBuffer implements Parcelable { class
92 private GraphicBuffer(int width, int height, int format, int usage, long nativeObject) { in GraphicBuffer() method in GraphicBuffer