Home
last modified time | relevance | path

Searched refs:GraphicsContext (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.h49 class GraphicsContext final : public IGraphicsContext,
54 explicit GraphicsContext(struct Agp3DPluginState&, RENDER_NS::IRenderContext& context);
55 ~GraphicsContext() override;
57 GraphicsContext(const GraphicsContext&) = delete;
58 GraphicsContext& operator=(const GraphicsContext&) = delete;
H A Dgraphics_context.cpp204 unique_ptr<GraphicsContext> context;
259 state->context = make_unique<GraphicsContext>(*state, state->renderContext);
281 GraphicsContext::GraphicsContext(struct Agp3DPluginState& factory, IRenderContext& context) in GraphicsContext() function in GraphicsContext
285 GraphicsContext ::~GraphicsContext() in ~GraphicsContext()
299 void GraphicsContext::Init() in Init()
323 IRenderContext& GraphicsContext::GetRenderContext() const in GetRenderContext()
328 array_view<const RenderHandleReference> GraphicsContext::GetRenderNodeGraphs(const IEcs& ecs) const in GetRenderNodeGraphs()
338 ISceneUtil& GraphicsContext
[all...]

Completed in 2 milliseconds