Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp1592 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in readColorBuffer()
1605 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in readColorBufferYUV()
1640 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in updateColorBuffer()
1677 ColorBufferPtr colorBuffer = findColorBuffer(p_colorbuffer); in getColorBufferInfo()
1834 cb = findColorBuffer(colorBuffer); in postImpl()
2020 ColorBufferPtr colorBuffer = findColorBuffer(cb); in getScreenshot()
2627 ColorBufferPtr FrameBuffer::findColorBuffer(HandleType p_colorbuffer) { in findColorBuffer() function in gfxstream::FrameBuffer
2784 ColorBufferPtr colorBuffer = findColorBuffer(handle); in platformImportResource()
2814 ColorBufferPtr colorBufferPtr = findColorBuffer(colorBufferHandle); in borrowColorBufferForComposition()
2834 ColorBufferPtr colorBufferPtr = findColorBuffer(colorBufferHandle); in borrowColorBufferForDisplay()
[all …]
DPostWorkerGl.cpp151 : mFb->findColorBuffer(currentDisplayColorBufferHandle).get(); in postImpl()
DFrameBuffer.h427 ColorBufferPtr findColorBuffer(HandleType p_colorbuffer);
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp548 EXPECT_EQ(mFb->isFastBlitSupported(), mFb->findColorBuffer(handle)->glOpIsFastBlitSupported()); in TEST_F()
555 EXPECT_EQ(mFb->isFastBlitSupported(), mFb->findColorBuffer(handle)->glOpIsFastBlitSupported()); in TEST_F()