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

  /external/swiftshader/src/Common/
GrallocAndroid.cpp 40 m_gralloc1_unlock = (GRALLOC1_PFN_UNLOCK)m_gralloc1_device->getFunction(m_gralloc1_device, GRALLOC1_FUNCTION_UNLOCK);
GrallocAndroid.hpp 71 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd);
95 GRALLOC1_PFN_UNLOCK m_gralloc1_unlock = nullptr; member in class:GrallocModule

Completed in 268 milliseconds