Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GpuApiType
(Results
1 - 25
of
60
) sorted by relevance
1
2
3
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H
A
D
impl_factory.cpp
33
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateCoreCanvasImpl()
43
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateCoreCanvasImpl()
53
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateCoreCanvasImpl()
63
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateCoreCanvasImpl()
73
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateDataImpl()
84
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateGPUContextImpl()
95
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateTraceMemoryDumpImpl()
105
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateBitmapImpl()
115
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreatePixmapImpl()
125
if (SystemProperties::GetGpuApiType() ==
GpuApiType
in CreatePixmapImpl()
[all...]
H
A
D
static_factory.cpp
33
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromText()
44
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromPosText()
55
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromRSXform()
65
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeDefault()
75
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromFile()
85
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromFile()
95
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in GetSystemFonts()
105
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromStream()
115
if (SystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in MakeFromName()
132
if (SystemProperties::GetGpuApiType() ==
GpuApiType
in MakeFromBackendRenderTarget()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
system_properties.h
21
enum class
GpuApiType
{
class
29
static inline
GpuApiType
GetGpuApiType()
in GetGpuApiType()
36
return SystemProperties::GetGpuApiType() !=
GpuApiType
::OPENGL;
in IsUseVulkan()
41
return SystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL;
in IsUseGl()
45
static
GpuApiType
GetSystemGraphicGpuType();
48
static const
GpuApiType
systemGpuApiType_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
system_properties.cpp
32
const
GpuApiType
SystemProperties::systemGpuApiType_ = SystemProperties::GetSystemGraphicGpuType();
34
const
GpuApiType
SystemProperties::systemGpuApiType_ =
GpuApiType
::OPENGL;
36
const
GpuApiType
SystemProperties::systemGpuApiType_ =
GpuApiType
::VULKAN;
H
A
D
system_graphic_properties.cpp
21
GpuApiType
SystemProperties::GetSystemGraphicGpuType()
in GetSystemGraphicGpuType()
23
return
GpuApiType
::OPENGL;
in GetSystemGraphicGpuType()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_ui_first_surface_render_node_drawable.cpp
149
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in GetCompletedImage()
150
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in GetCompletedImage()
167
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::VULKAN &&
in GetCompletedImage()
168
OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::DDGR) {
in GetCompletedImage()
175
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in GetCompletedImage()
176
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in GetCompletedImage()
298
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::VULKAN &&
in InitCacheSurface()
299
OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::DDGR) {
in InitCacheSurface()
305
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in InitCacheSurface()
306
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
in InitCacheSurface()
[all...]
H
A
D
rs_dma_buffer_surface_render_node_drawable.cpp
126
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL &&
in RequestFrame()
132
if ((RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in RequestFrame()
133
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) && skContext != nullptr) {
in RequestFrame()
H
A
D
rs_canvas_drawing_render_node_drawable.cpp
59
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in ~RSCanvasDrawingRenderNodeDrawable()
60
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in ~RSCanvasDrawingRenderNodeDrawable()
210
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in Purge()
211
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in Purge()
288
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in InitSurface()
291
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in InitSurface()
292
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in InitSurface()
402
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in Flush()
403
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in Flush()
406
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
in Flush()
[all...]
H
A
D
rs_render_node_drawable.cpp
510
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::VULKAN &&
in InitCachedSurface()
511
OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::DDGR) {
in InitCachedSurface()
518
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in InitCachedSurface()
519
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in InitCachedSurface()
596
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::VULKAN &&
in GetCachedImage()
597
OHOS::Rosen::RSSystemProperties::GetGpuApiType() != OHOS::Rosen::
GpuApiType
::DDGR) {
in GetCachedImage()
615
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in GetCachedImage()
616
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in GetCachedImage()
697
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in ClearCachedSurface()
698
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
in ClearCachedSurface()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H
A
D
rs_system_properties.cpp
23
const
GpuApiType
RSSystemProperties::systemGpuApiType_ =
GpuApiType
::OPENGL;
25
const
GpuApiType
RSSystemProperties::systemGpuApiType_ =
GpuApiType
::OPENGL;
27
const
GpuApiType
RSSystemProperties::systemGpuApiType_ =
GpuApiType
::VULKAN;
/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;
27
const
GpuApiType
RSSystemProperties::systemGpuApiType_ =
GpuApiType
::VULKAN;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H
A
D
rssurfaceframeohosgl_fuzzer.cpp
128
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in InitRenderContext()
133
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in InitRenderContext()
134
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in InitRenderContext()
151
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in ReleaseRenderContext()
152
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in ReleaseRenderContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H
A
D
rs_upload_resource_thread.cpp
129
if (Rosen::RSSystemProperties::GetGpuApiType() == Rosen::
GpuApiType
::OPENGL) {
in CreateShareEglContext()
156
if (Rosen::RSSystemProperties::GetGpuApiType() == Rosen::
GpuApiType
::OPENGL) {
in CreateShareGrContext()
174
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in CreateShareGrContext()
175
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in CreateShareGrContext()
188
if (!grContext_ || OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in ReleaseNotUsedPinnedViews()
H
A
D
rs_resource_helper_skia.cpp
40
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in UploadTextureWithSkia()
41
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in UploadTextureWithSkia()
H
A
D
rs_resource_helper_drawing.cpp
40
if (OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::VULKAN ||
in UploadTextureWithDrawing()
41
OHOS::Rosen::RSSystemProperties::GetGpuApiType() == OHOS::Rosen::
GpuApiType
::DDGR) {
in UploadTextureWithDrawing()
/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()
52
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in RSOffscreenRenderThread()
53
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in RSOffscreenRenderThread()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_egl_image_mgr_test.cpp
66
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in HWTEST_F()
67
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR || !RSUniRenderJudgement::IsUniRender()) {
in HWTEST_F()
128
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in HWTEST_F()
129
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR || !RSUniRenderJudgement::IsUniRender()) {
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H
A
D
rs_recording_thread.cpp
57
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/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_egl_image_manager_test.cpp
81
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in HWTEST_F()
82
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR || !RSUniRenderJudgement::IsUniRender()) {
in HWTEST_F()
128
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in HWTEST_F()
129
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR || !RSUniRenderJudgement::IsUniRender()) {
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H
A
D
rs_system_properties.h
275
static inline
GpuApiType
GetGpuApiType()
in GetGpuApiType()
282
return RSSystemProperties::GetGpuApiType() !=
GpuApiType
::OPENGL;
in IsUseVulkan()
296
static const
GpuApiType
systemGpuApiType_;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_base_render_engine.cpp
101
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in InitCapture()
128
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in ResetCurrentContext()
208
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in CreateEglImageFromBuffer()
248
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in RequestFrame()
249
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in RequestFrame()
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()
875
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
in ClearCacheSet()
[all...]
H
A
D
rs_ui_capture_task_parallel.cpp
267
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in CreateSurface()
278
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in CreateSurface()
279
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in CreateSurface()
335
(RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in CreateSurfaceSyncCopyTask()
336
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR)) {
in CreateSurfaceSyncCopyTask()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_image_base.cpp
59
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::VULKAN ||
in ~RSImageBase()
60
RSSystemProperties::GetGpuApiType() ==
GpuApiType
::DDGR) {
in ~RSImageBase()
88
if (RSSystemProperties::GetGpuApiType() !=
GpuApiType
::VULKAN &&
in GetColorTypeWithVKFormat()
89
RSSystemProperties::GetGpuApiType() !=
GpuApiType
::DDGR) {
in GetColorTypeWithVKFormat()
500
if (RSSystemProperties::GetGpuApiType() !=
GpuApiType
::VULKAN &&
in MakeFromTextureForVK()
501
RSSystemProperties::GetGpuApiType() !=
GpuApiType
::DDGR) {
in MakeFromTextureForVK()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_surface_ohos_converter.cpp
41
if (RSSystemProperties::GetGpuApiType() ==
GpuApiType
::OPENGL) {
in ConvertToOhosSurface()
/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()
Completed in 15 milliseconds
1
2
3