Home
last modified time | relevance | path

Searched refs:screenwidth (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.h33 void screenshot(ColorBuffer* cb, int screenwidth, int screenheight, GLenum format, GLenum type,
/hardware/google/gfxstream/host/
DPostCommands.h51 int screenwidth; 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,
DPostWorkerGl.cpp61 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()
DFrameBuffer.cpp735 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()