Home
last modified time | relevance | path

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

/external/swiftshader/src/System/
DGrallocAndroid.cpp41 gralloc1_open(module, &m_gralloc1_device); in GrallocModule()
42 …m_gralloc1_lock = (GRALLOC1_PFN_LOCK) m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC1_F… in GrallocModule()
43 …m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC… in GrallocModule()
68 return m_gralloc1_lock(m_gralloc1_device, handle, usage, usage, &outRect, vaddr, -1); in lock()
91 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd); in unlock()
DGrallocAndroid.hpp38 gralloc1_device_t *m_gralloc1_device = nullptr; member in GrallocModule
/external/swiftshader/src/Common/
DGrallocAndroid.cpp41 gralloc1_open(module, &m_gralloc1_device); in GrallocModule()
42 …m_gralloc1_lock = (GRALLOC1_PFN_LOCK) m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC1_F… in GrallocModule()
43 …m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC… in GrallocModule()
68 return m_gralloc1_lock(m_gralloc1_device, handle, usage, usage, &outRect, vaddr, -1); in lock()
91 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd); in unlock()
DGrallocAndroid.hpp38 gralloc1_device_t *m_gralloc1_device = nullptr; member in GrallocModule