Searched refs:screenshot (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | PostWorkerVk.h | 33 void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, GLenum type,
|
D | PostWorkerVk.cpp | 56 void PostWorkerVk::screenshot(ColorBuffer* cb, int width, int height, GLenum format, GLenum type, in screenshot() function in gfxstream::PostWorkerVk
|
/hardware/google/gfxstream/host/ |
D | PostCommands.h | 58 } screenshot; member
|
D | PostWorkerGl.h | 40 void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, GLenum type,
|
D | PostWorker.h | 63 virtual void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format,
|
D | FrameBuffer.cpp | 734 m_postWorker->screenshot( in postWorkerFunc() 735 post.screenshot.cb, post.screenshot.screenwidth, in postWorkerFunc() 736 post.screenshot.screenheight, post.screenshot.format, in postWorkerFunc() 737 post.screenshot.type, post.screenshot.rotation, in postWorkerFunc() 738 post.screenshot.pixels, post.screenshot.rect); in postWorkerFunc() 771 post.cb->readToBytesScaled(post.screenshot.screenwidth, post.screenshot.screenheight, in sendPostWorkerCmd() 772 post.screenshot.format, post.screenshot.type, in sendPostWorkerCmd() 773 post.screenshot.rotation, post.screenshot.rect, in sendPostWorkerCmd() 774 post.screenshot.pixels); in sendPostWorkerCmd() 2097 scrCmd.screenshot.cb = colorBuffer.get(); in getScreenshot() [all …]
|
D | PostWorkerGl.cpp | 61 void PostWorkerGl::screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, in screenshot() function in gfxstream::PostWorkerGl
|