Lines Matching defs:ANativeWindowBuffer
42 struct ANativeWindowBuffer { struct
43 ANativeWindowBuffer() { in ANativeWindowBuffer() function
49 android_native_base_t common;
51 int width;
52 int height;
53 int stride;
54 int format;
55 int usage_deprecated;
56 uintptr_t layerCount;
58 void* reserved[1];
60 const native_handle_t* handle;
61 uint64_t usage;
63 void* reserved_proc[8 - (sizeof(uint64_t) / sizeof(void*))];