Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp164 static NativeBaseFunctions::incRefFunc getNativeBaseIncRefFunc (android::android_native_base_t* bas… in getNativeBaseIncRefFunc()
166 return *pointerToOffset<NativeBaseFunctions::incRefFunc>(base, 8 + DE_PTR_SIZE*4); in getNativeBaseIncRefFunc()
170 static NativeBaseFunctions::decRefFunc getNativeBaseDecRefFunc (android::android_native_base_t* bas… in getNativeBaseDecRefFunc()
172 return *pointerToOffset<NativeBaseFunctions::decRefFunc>(base, 8 + DE_PTR_SIZE*5); in getNativeBaseDecRefFunc()
175 …fer* createGraphicBuffer (const GraphicBufferFunctions& functions, NativeBaseFunctions& baseFuncti… in createGraphicBuffer()
DtcuAndroidInternals.hpp114 struct NativeBaseFunctions struct
180 NativeBaseFunctions m_baseFunctions;