HomeSort by relevance Sort by last modified time
    Searched refs:m_gralloc1_device (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Common/
GrallocAndroid.cpp 38 gralloc1_open(module, &m_gralloc1_device);
39 m_gralloc1_lock = (GRALLOC1_PFN_LOCK) m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC1_FUNCTION_LOCK);
40 m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC1_FUNCTION_UNLOCK);
GrallocAndroid.hpp 48 return m_gralloc1_lock(m_gralloc1_device, handle, usage, usage, &outRect, vaddr, -1);
71 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd);
93 gralloc1_device_t *m_gralloc1_device = nullptr; member in class:GrallocModule

Completed in 45 milliseconds