Home
last modified time | relevance | path

Searched refs:GRALLOC1_PFN_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Common/
DGrallocAndroid.hpp40 GRALLOC1_PFN_UNLOCK m_gralloc1_unlock = nullptr;
DGrallocAndroid.cpp43 …m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC… in GrallocModule()
/external/swiftshader/src/System/
DGrallocAndroid.hpp40 GRALLOC1_PFN_UNLOCK m_gralloc1_unlock = nullptr;
DGrallocAndroid.cpp43 …m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC… in GrallocModule()
/external/swiftshader/include/Android/hardware/
Dgralloc1.h72 typedef int32_t (*GRALLOC1_PFN_UNLOCK)(gralloc1_device_t*, buffer_handle_t, int32_t*); typedef