Home
last modified time | relevance | path

Searched refs:BackendExtraGLES (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.h91 void ChooseConfiguration(const BackendExtraGLES*);
92 void CreateContext(const BackendExtraGLES*);
H A Degl_state.cpp503 void EGLState::ChooseConfiguration(const BackendExtraGLES* backendConfig) in ChooseConfiguration()
554 void EGLState::CreateContext(const BackendExtraGLES* backendConfig) in CreateContext()
669 auto backendConfig = static_cast<const BackendExtraGLES*>(createInfo.backendConfiguration); in CreateContext()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h44 struct BackendExtraGLES : public BackendExtra { struct
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp239 RENDER_NS::BackendExtraGLES glExtra; in InitEngine()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp239 RENDER_NS::BackendExtraGLES glesExtra; in CreateRenderContext()