Home
last modified time | relevance | path

Searched defs:ANativeWindowBuffer (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/include/Android/nativebase/
Dnativebase.h42 struct ANativeWindowBuffer { struct
43 ANativeWindowBuffer() { in ANativeWindowBuffer() argument
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];
[all …]
/external/mesa3d/include/android_stub/nativebase/
Dnativebase.h66 typedef struct ANativeWindowBuffer struct
69 ANativeWindowBuffer() { in ANativeWindowBuffer() argument
77 void incStrong(const void* /*id*/) const { in incStrong()
103 } ANativeWindowBuffer_t; argument
105 typedef struct ANativeWindowBuffer ANativeWindowBuffer; argument
/external/angle/src/common/
Dandroid_util.cpp58 typedef struct ANativeWindowBuffer struct
74 } ANativeWindowBuffer_t; argument