Searched refs:m_grallocInterface (Results 1 – 2 of 2) sorted by relevance
589 m_grallocInterface.SetFormat = reinterpret_cast<GRALLOC1_PFN_SET_FORMAT>( in NativeBufferInterface()601 m_grallocInterface.Allocate = reinterpret_cast<GRALLOC1_PFN_ALLOCATE>( in NativeBufferInterface()604 m_grallocInterface.GetStride = reinterpret_cast<GRALLOC1_PFN_GET_STRIDE>( in NativeBufferInterface()607 m_grallocInterface.Release = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in NativeBufferInterface()610 m_grallocInterface.Lock = reinterpret_cast<GRALLOC1_PFN_LOCK>( in NativeBufferInterface()646 if (!(res = m_grallocInterface.CreateDescriptor(m_pGralloc1Device, &desc))) { in GetGrallocBufferStride()647 m_grallocInterface.SetDimensions(m_pGralloc1Device, desc, width, height); in GetGrallocBufferStride()649 m_grallocInterface.SetLayerCount(m_pGralloc1Device,desc, 1); in GetGrallocBufferStride()651 m_grallocInterface.GetStride(m_pGralloc1Device, in GetGrallocBufferStride()655 m_grallocInterface.Release(m_pGralloc1Device, temp_mem); in GetGrallocBufferStride()[all …]
177 Gralloc1Interface m_grallocInterface; variable