Searched refs:DvrSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_surface.h57 size_t attribute_count, DvrSurface** surface_out);
60 void dvrSurfaceDestroy(DvrSurface* surface);
63 int dvrSurfaceGetId(DvrSurface* surface);
67 int dvrSurfaceSetAttributes(DvrSurface* surface,
76 int dvrSurfaceCreateWriteBufferQueue(DvrSurface* surface, uint32_t width,
H A Ddvr_deleter.h20 typedef struct DvrSurface DvrSurface; typedef in typeref:struct:DvrSurface
32 void dvrSurfaceDestroy(DvrSurface* surface);
55 void operator()(DvrSurface* p) { dvrSurfaceDestroy(p); }
73 using UniqueDvrSurface = MakeUniqueDvrPointer<DvrSurface>;
H A Ddvr_api.h45 typedef struct DvrSurface DvrSurface; typedef in typeref:struct:DvrSurface
238 DvrSurface** surface_out);
239 typedef void (*DvrSurfaceDestroyPtr)(DvrSurface* surface);
240 typedef int (*DvrSurfaceGetIdPtr)(DvrSurface* surface);
241 typedef int (*DvrSurfaceSetAttributesPtr)(DvrSurface* surface,
245 DvrSurface* surface, uint32_t width, uint32_t height, uint32_t format,
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp87 struct DvrSurface { struct
92 size_t attribute_count, DvrSurface** out_surface) {
114 *out_surface = new DvrSurface{status.take()};
118 void dvrSurfaceDestroy(DvrSurface* surface) { delete surface; }
120 int dvrSurfaceGetId(DvrSurface* surface) {
124 int dvrSurfaceSetAttributes(DvrSurface* surface,
154 int dvrSurfaceCreateWriteBufferQueue(DvrSurface* surface, uint32_t width,
/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_display-test.cpp63 DvrSurface* direct_surface_ = nullptr;
192 DvrSurface* direct_surface_0 = nullptr;
209 DvrSurface* direct_surface_1 = nullptr;
H A Ddvr_display_manager-test.cpp116 DvrSurface* surface = nullptr;

Completed in 44 milliseconds