Home
last modified time | relevance | path

Searched refs:OPENGL (Results 1 - 25 of 49) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsystem_properties.h22 OPENGL = 0, member in OHOS::Rosen::GpuApiType
36 return SystemProperties::GetGpuApiType() != GpuApiType::OPENGL; in IsUseVulkan()
41 return SystemProperties::GetGpuApiType() == GpuApiType::OPENGL; in IsUseGl()
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H A Drs_recording_thread.cpp57 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateShareGrContext()
95 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in CreateShareEglContext()
113 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in DestroyShareEglContext()
198 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in FinishRecordingOneFrame()
/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;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_surface_ohos_converter.cpp41 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in ConvertToOhosSurface()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos.cpp50 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_upload_resource_thread.cpp129 if (Rosen::RSSystemProperties::GetGpuApiType() == Rosen::GpuApiType::OPENGL) { in CreateShareEglContext()
156 if (Rosen::RSSystemProperties::GetGpuApiType() == Rosen::GpuApiType::OPENGL) { in CreateShareGrContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp23 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
25 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
/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;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/generic/
H A Dplatform_device_gles.cpp41 if (backendType_ == DeviceBackendType::OPENGL) { in CreateGpuImageView()
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp101 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in InitCapture()
128 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in ResetCurrentContext()
208 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateEglImageFromBuffer()
287 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL && in RequestFrame()
320 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in RequestFrame()
351 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in MakeRSSurface()
684 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in DrawImage()
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp131 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in CreateShareEglContext()
149 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in DestroyShareEglContext()
308 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in CreateShareGrContext()
/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()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h105 OPENGL
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp128 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in InitRenderContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp52 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in SetUpDrawingContext()
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h282 return RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL; in IsUseVulkan()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp199 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in PreProcessPixelMap()
278 if (RSSystemProperties::GetGpuApiType() != GpuApiType::OPENGL) { in GetDrawingImageFromSurfaceBuffer()
412 if (RSSystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in ~RSExtendImageObject()
813 if (SystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Clear()
840 if (SystemProperties::GetGpuApiType() == GpuApiType::OPENGL) { in Draw()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp164 if (device.GetBackendType() == DeviceBackendType::OPENGL) {
174 #error Core::DeviceBackendType::OPENGL not implemented for this platform yet.
H A Ddevice_gles.h338 const DeviceBackendType backendType_ = DeviceBackendType::OPENGL;
341 #error Core::DeviceBackendType::OPENGL not implemented for this platform yet.

Completed in 13 milliseconds

12