Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp115 struct NativeBaseFunctions struct
117 typedef void (*incRefFunc) (android::android_native_base_t* base);
118 typedef void (*decRefFunc) (android::android_native_base_t* base);
120 incRefFunc incRef;
121 decRefFunc decRef;