Home
last modified time | relevance | path

Searched refs:OPENGL (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsystem_properties.h22 OPENGL = 0, enumerator
36 return SystemProperties::GetGpuApiType() != GpuApiType::OPENGL; in IsUseVulkan()
41 return SystemProperties::GetGpuApiType() == GpuApiType::OPENGL; in IsUseGl()
/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()
71 if (backendType == DeviceBackendType::OPENGL) { in DebugBufferName()
86 if (backendType == DeviceBackendType::OPENGL) { in DebugImageName()
101 if (backendType == DeviceBackendType::OPENGL) { in DebugSamplerName()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp63 if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::GpuApiType::OPENGL) { in Init()
127 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in InitCapture()
154 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in ResetCurrentContext()
234 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateEglImageFromBuffer()
340 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL && in RequestFrame()
384 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in RequestFrame()
427 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in MakeRSSurface()
774 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in DrawImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp24 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
26 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp23 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
25 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dsystem_graphic_properties.cpp23 return GpuApiType::OPENGL; in GetSystemGraphicGpuType()
H A Dsystem_properties.cpp34 const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos.cpp50 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_surface_ohos_converter.cpp56 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Ddrawing_utils.h54 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in GetRenderBackendType()
H A Dcanvas_context.cpp41 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp290 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in SetUpGpuContext()
520 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in GetShaderCacheSize()
539 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CleanAllShaderCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp130 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in CreateShareEglContext()
148 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in DestroyShareEglContext()
307 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateShareGrContext()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/generic/
H A Dplatform_device_gles.cpp41 if (backendType_ == DeviceBackendType::OPENGL) { in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp195 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL && in PreProcessPixelMap()
271 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in GetDrawingImageFromSurfaceBuffer()
401 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in ~RSExtendImageObject()
759 if (SystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in OnAfterDraw()
855 if (SystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Clear()
881 if (SystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/offscreen_render/
H A Drs_offscreen_render_thread.cpp46 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in RSOffscreenRenderThread()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h105 OPENGL enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp164 if (device.GetBackendType() == DeviceBackendType::OPENGL) { in ExtractInfo()
174 #error Core::DeviceBackendType::OPENGL not implemented for this platform yet. in ExtractInfo()
H A Ddevice_gles.h338 const DeviceBackendType backendType_ = DeviceBackendType::OPENGL;
341 #error Core::DeviceBackendType::OPENGL not implemented for this platform yet.
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h275 return RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL; in IsUseVulkan()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp126 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL && in RequestFrame()
H A Drs_canvas_drawing_render_node_drawable.cpp217 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in InitSurface()
335 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Flush()
540 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in DrawCaptureImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp52 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in SetUpDrawingContext()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp319 case DeviceBackendType::OPENGL: in GetPipelineCacheUri()
529 case DeviceBackendType::OPENGL: in CreateDevice()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp214 if (Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::GpuApiType::OPENGL) { in InitRsSurface()

12