Searched refs:m_gralloc1_device (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/System/ |
D | GrallocAndroid.cpp | 41 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()
|
D | GrallocAndroid.hpp | 38 gralloc1_device_t *m_gralloc1_device = nullptr; member in GrallocModule
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.cpp | 41 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()
|
D | GrallocAndroid.hpp | 38 gralloc1_device_t *m_gralloc1_device = nullptr; member in GrallocModule
|