Home
last modified time | relevance | path

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

/external/swiftshader/include/Android/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
/external/mesa3d/include/android_stub/nativebase/
Dnativebase.h43 typedef struct android_native_base_t struct
54 void (*incRef)(struct android_native_base_t* base); argument
55 void (*decRef)(struct android_native_base_t* base); argument
56 } android_native_base_t; typedef
/external/angle/src/common/
Dandroid_util.cpp46 typedef struct android_native_base_t struct
54 void (*incRef)(struct android_native_base_t *base); argument
55 void (*decRef)(struct android_native_base_t *base); argument
56 } android_native_base_t; typedef