Searched refs:screenwidth (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | PostWorkerVk.h | 33 void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, GLenum type,
|
/hardware/google/gfxstream/host/ |
D | PostCommands.h | 51 int screenwidth; 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 | PostWorkerGl.cpp | 61 void PostWorkerGl::screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, in screenshot() argument 65 cb->readToBytesScaled(screenwidth, screenheight, format, type, skinRotation, rect, pixels); in screenshot()
|
D | FrameBuffer.cpp | 735 post.screenshot.cb, post.screenshot.screenwidth, in postWorkerFunc() 771 post.cb->readToBytesScaled(post.screenshot.screenwidth, post.screenshot.screenheight, in sendPostWorkerCmd() 2098 scrCmd.screenshot.screenwidth = screenWidth; in getScreenshot()
|