Home
last modified time | relevance | path

Searched refs:OPENGLES (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/generic/
H A Dplatform_device_gles.cpp28 if (backendType_ == DeviceBackendType::OPENGLES) { in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp55 … if ((backendType == DeviceBackendType::OPENGL) || (backendType == DeviceBackendType::OPENGLES)) { in CopyGpuResource()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h103 OPENGLES, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_staging.cpp114 DeviceBackendType::OPENGLES) { in PreExecuteFrame()
H A Drender_staging.cpp266 DeviceBackendType::OPENGLES) { in PreExecuteFrame()
585 DeviceBackendType::OPENGLES) { in ClearImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp317 case DeviceBackendType::OPENGLES: in GetPipelineCacheUri()
535 case DeviceBackendType::OPENGLES: in CreateDevice()
H A Drenderer.cpp468 (renderConfig_.renderBackend == DeviceBackendType::OPENGLES)) { in Renderer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp152 if (device.GetBackendType() == DeviceBackendType::OPENGLES) { in ExtractInfo()
H A Ddevice_gles.h345 const DeviceBackendType backendType_ = DeviceBackendType::OPENGLES;
H A Dnode_context_pool_manager_gles.cpp680 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) {
H A Drender_backend_gles.cpp713 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) { in RenderBackendGLES()
721 if (device_.GetBackendType() == DeviceBackendType::OPENGLES) { in RenderBackendGLES()
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp242 deviceCreateInfo.backendType = RENDER_NS::DeviceBackendType::OPENGLES; in InitEngine()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1477 OPENGLES, enumerator
1486 if (backend == DeviceBackendType::OPENGLES) { in SetupSpirvCross()
1707 shader.backend_ = DeviceBackendType::OPENGLES; in runAllCompilationStages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_loader.cpp285 case DeviceBackendType::OPENGLES: in LoadShaderFile()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_manager.cpp51 } else if ((backendType == DeviceBackendType::OPENGLES) && in ValidateBackendFlags()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp253 deviceCreateInfo.backendType = Render::DeviceBackendType::OPENGLES; in CreateRenderContext()