Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.h33 void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, GLenum type,
DPostWorkerVk.cpp56 void PostWorkerVk::screenshot(ColorBuffer* cb, int width, int height, GLenum format, GLenum type, in screenshot() function in gfxstream::PostWorkerVk
/hardware/google/gfxstream/host/
DPostCommands.h58 } screenshot; member
DPostWorkerGl.h40 void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, GLenum type,
DPostWorker.h63 virtual void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format,
DFrameBuffer.cpp734 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 …]
DPostWorkerGl.cpp61 void PostWorkerGl::screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, in screenshot() function in gfxstream::PostWorkerGl