Home
last modified time | relevance | path

Searched defs:android_native_base_t (Results 1 – 2 of 2) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/nativebase/
Dnativebase.h32 struct android_native_base_t { struct
36 void (*incRef)(android_native_base_t*); argument
37 void (*decRef)(android_native_base_t*); argument
/device/generic/vulkan-cereal/fake-android-guest/nativebase/
Dnativebase.h35 typedef struct android_native_base_t struct
43 void (*incRef)(struct android_native_base_t* base); argument
44 void (*decRef)(struct android_native_base_t* base); argument
45 } android_native_base_t; typedef