HomeSort by relevance Sort by last modified time
    Searched refs:decRefFunc (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 117 typedef void (*decRefFunc) (android::android_native_base_t* base);
120 decRefFunc decRef;
tcuAndroidInternals.cpp 170 static NativeBaseFunctions::decRefFunc getNativeBaseDecRefFunc (android::android_native_base_t* base)
172 return *pointerToOffset<NativeBaseFunctions::decRefFunc>(base, 8 + DE_PTR_SIZE*5);

Completed in 63 milliseconds