Searched refs:setFuncPtr (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 39 void setFuncPtr (Func*& funcPtr, DynamicLibrary& lib, const string& symname) in setFuncPtr() function 51 setFuncPtr(gb.constructor, m_library, "_ZN7android13GraphicBufferC1Ejjij"); in LibUI() 52 setFuncPtr(gb.destructor, m_library, "_ZN7android13GraphicBufferD1Ev"); in LibUI() 53 setFuncPtr(gb.getNativeBuffer, m_library, "_ZNK7android13GraphicBuffer15getNativeBufferEv"); in LibUI() 54 setFuncPtr(gb.lock, m_library, "_ZN7android13GraphicBuffer4lockEjPPv"); in LibUI() 55 setFuncPtr(gb.unlock, m_library, "_ZN7android13GraphicBuffer6unlockEv"); in LibUI() 56 setFuncPtr(gb.initCheck, m_library, "_ZNK7android13GraphicBuffer9initCheckEv"); in LibUI()
|