/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | system_properties.h | 22 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 D | gpu_resource_util.cpp | 55 … 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 D | rs_base_render_engine.cpp | 63 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 D | rs_system_properties.cpp | 24 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 D | rs_system_properties.cpp | 23 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 D | system_graphic_properties.cpp | 23 return GpuApiType::OPENGL; in GetSystemGraphicGpuType()
|
H A D | system_properties.cpp | 34 const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos.cpp | 50 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_surface_ohos_converter.cpp | 56 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | drawing_utils.h | 54 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in GetRenderBackendType()
|
H A D | canvas_context.cpp | 41 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Create()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.cpp | 290 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 D | rs_sub_thread.cpp | 130 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 D | platform_device_gles.cpp | 41 if (backendType_ == DeviceBackendType::OPENGL) { in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 195 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 D | rs_offscreen_render_thread.cpp | 46 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in RSOffscreenRenderThread()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_device.h | 105 OPENGL enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.cpp | 164 if (device.GetBackendType() == DeviceBackendType::OPENGL) { in ExtractInfo() 174 #error Core::DeviceBackendType::OPENGL not implemented for this platform yet. in ExtractInfo()
|
H A D | device_gles.h | 338 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 D | rs_system_properties.h | 275 return RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL; in IsUseVulkan()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_dma_buffer_surface_render_node_drawable.cpp | 126 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL && in RequestFrame()
|
H A D | rs_canvas_drawing_render_node_drawable.cpp | 217 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 D | drawing_context.cpp | 52 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in SetUpDrawingContext()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_context.cpp | 319 case DeviceBackendType::OPENGL: in GetPipelineCacheUri() 529 case DeviceBackendType::OPENGL: in CreateDevice()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_operation.cpp | 214 if (Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::GpuApiType::OPENGL) { in InitRsSurface()
|