Home
last modified time | relevance | path

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

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