Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp2814 ColorBufferPtr colorBufferPtr = findColorBuffer(colorBufferHandle); in borrowColorBufferForComposition() local
2815 if (!colorBufferPtr) { in borrowColorBufferForComposition()
2829 return colorBufferPtr->borrowForComposition(api, colorBufferIsTarget); in borrowColorBufferForComposition()
2834 ColorBufferPtr colorBufferPtr = findColorBuffer(colorBufferHandle); in borrowColorBufferForDisplay() local
2835 if (!colorBufferPtr) { in borrowColorBufferForDisplay()
2851 return colorBufferPtr->borrowForDisplay(api); in borrowColorBufferForDisplay()