Searched defs:ANativeWindowBuffer (Results 1 – 1 of 1) sorted by relevance
42 struct ANativeWindowBuffer { struct43 ANativeWindowBuffer() { in ANativeWindowBuffer() argument49 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];[all …]