anbox-platform-sdk
1.26.0
Anbox Platform SDK API documentation
|
This is the complete list of members for anbox::GraphicsProcessor, including all inherited members.
begin_frame() | anbox::GraphicsProcessor | inlinevirtual |
create_buffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage, AnboxGraphicsBuffer2 **buffer) | anbox::GraphicsProcessor | inlinevirtual |
create_display() | anbox::GraphicsProcessor | inlinevirtual |
create_offscreen_surface(EGLDisplay display, EGLConfig config, const EGLint *attribs) | anbox::GraphicsProcessor | inlinevirtual |
destroy_offscreen_surface(EGLDisplay display, EGLSurface surface) | anbox::GraphicsProcessor | inlinevirtual |
finish_frame() | anbox::GraphicsProcessor | inlinevirtual |
GraphicsProcessor()=default | anbox::GraphicsProcessor | |
GraphicsProcessor(const GraphicsProcessor &)=delete | anbox::GraphicsProcessor | |
initialize(AnboxGraphicsConfiguration *configuration) | anbox::GraphicsProcessor | inlinevirtual |
operator=(const GraphicsProcessor &)=delete | anbox::GraphicsProcessor | |
present(AnboxGraphicsBuffer *buffer, AnboxCallback *callback) | anbox::GraphicsProcessor | inlinevirtual |
present(AnboxGraphicsBuffer2 *buffer, AnboxCallback *callback) | anbox::GraphicsProcessor | inlinevirtual |
set_vsync_callback(const AnboxVsyncCallback &callback, void *user_data) | anbox::GraphicsProcessor | inlinevirtual |
signal_vsync(uint64_t time_ns) | anbox::GraphicsProcessor | inlineprotected |
~GraphicsProcessor()=default | anbox::GraphicsProcessor | virtual |