Home
last modified time | relevance | path

Searched refs:m_gralloc1_unlock (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/System/
DGrallocAndroid.cpp43m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC… in GrallocModule()
91 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd); in unlock()
DGrallocAndroid.hpp40 GRALLOC1_PFN_UNLOCK m_gralloc1_unlock = nullptr; member in GrallocModule
/external/swiftshader/src/Common/
DGrallocAndroid.cpp43m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC… in GrallocModule()
91 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd); in unlock()
DGrallocAndroid.hpp40 GRALLOC1_PFN_UNLOCK m_gralloc1_unlock = nullptr; member in GrallocModule