Searched refs:m_grallocInterface (Results 1 – 2 of 2) sorted by relevance
580 m_grallocInterface.CreateDescriptor = reinterpret_cast<GRALLOC1_PFN_CREATE_DESCRIPTOR>( in NativeBufferInterface()583 m_grallocInterface.DestroyDescriptor = reinterpret_cast<GRALLOC1_PFN_DESTROY_DESCRIPTOR>( in NativeBufferInterface()586 m_grallocInterface.SetDimensions = reinterpret_cast<GRALLOC1_PFN_SET_DIMENSIONS>( in NativeBufferInterface()589 m_grallocInterface.SetFormat = reinterpret_cast<GRALLOC1_PFN_SET_FORMAT>( in NativeBufferInterface()592 m_grallocInterface.SetLayerCount = reinterpret_cast<GRALLOC1_PFN_SET_LAYER_COUNT>( in NativeBufferInterface()595 m_grallocInterface.SetProducerUsage = reinterpret_cast<GRALLOC1_PFN_SET_PRODUCER_USAGE>( in NativeBufferInterface()598 m_grallocInterface.SetConsumerUsage = reinterpret_cast<GRALLOC1_PFN_SET_CONSUMER_USAGE>( 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()[all …]
177 Gralloc1Interface m_grallocInterface; variable