Home
last modified time | relevance | path

Searched refs:currentDisplayColorBufferHandle (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/
DPostWorkerGl.cpp103 uint32_t currentDisplayColorBufferHandle; in postImpl() local
111 &currentDisplayColorBufferHandle)) { in postImpl()
114 if (currentDisplayColorBufferHandle == 0) { in postImpl()
118 currentDisplayId, currentDisplayColorBufferHandle); in postImpl()
135 uint32_t currentDisplayColorBufferHandle; in postImpl() local
140 /*flags=*/nullptr, &currentDisplayColorBufferHandle)) { in postImpl()
144 (currentDisplayId != 0 && currentDisplayColorBufferHandle == 0)) { in postImpl()
151 : mFb->findColorBuffer(currentDisplayColorBufferHandle).get(); in postImpl()