Searched refs:getDisplayColorBuffer (Results 1 – 9 of 9) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | multi_display_agent.h | 70 int (*getDisplayColorBuffer)(uint32_t displayId, uint32_t* colorBuffer); member
|
D | MultiDisplay.h | 117 int getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer);
|
/hardware/google/aemu/host-common/testing/ |
D | MockAndroidMultiDisplayAgent.cpp | 141 .getDisplayColorBuffer = [](uint32_t displayId,
|
/hardware/google/gfxstream/host/ |
D | GfxStreamAgents.cpp | 219 .getDisplayColorBuffer = [](uint32_t displayId,
|
D | FrameBuffer.h | 440 int getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer);
|
D | FrameBuffer.cpp | 1829 if (getDisplayColorBuffer(iter.first, &colorBuffer) < 0) { in postImpl() 2016 emugl::get_emugl_multi_display_operations().getDisplayColorBuffer(displayId, &cb); in getScreenshot() 2697 int FrameBuffer::getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in getDisplayColorBuffer() function in gfxstream::FrameBuffer 2698 return emugl::get_emugl_multi_display_operations().getDisplayColorBuffer(displayId, in getDisplayColorBuffer()
|
D | RenderControl.cpp | 1299 return fb->getDisplayColorBuffer(displayId, colorBuffer); in rcGetDisplayColorBuffer()
|
/hardware/google/aemu/host-common/ |
D | MultiDisplay.cpp | 480 int MultiDisplay::getDisplayColorBuffer(uint32_t displayId, uint32_t* colorBuffer) { in getDisplayColorBuffer() function in android::MultiDisplay
|
/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 798 mFb->getDisplayColorBuffer(id, &getHandle); in TEST_F()
|