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:GetDesc
(Results
1 - 25
of
39
) sorted by relevance
1
2
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_sampler.h
32
virtual const GpuSamplerDesc&
GetDesc
() const = 0;
H
A
D
gpu_image.h
45
virtual const GpuImageDesc&
GetDesc
() const = 0;
H
A
D
gpu_buffer.h
35
virtual const GpuBufferDesc&
GetDesc
() const = 0;
H
A
D
swapchain.h
35
virtual const GpuImageDesc&
GetDesc
() const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_sampler_gles.h
39
const GpuSamplerDesc&
GetDesc
() const override;
H
A
D
gpu_query_gles.h
39
const GpuQueryDesc&
GetDesc
() const override;
H
A
D
gpu_buffer_gles.h
45
const GpuBufferDesc&
GetDesc
() const override;
H
A
D
gpu_query_gles.cpp
50
const GpuQueryDesc& GpuQueryGLES::
GetDesc
() const
in GetDesc()
function in GpuQueryGLES
H
A
D
gpu_image_gles.h
58
const GpuImageDesc&
GetDesc
() const override;
H
A
D
swapchain_gles.h
57
const GpuImageDesc&
GetDesc
() const override;
H
A
D
gpu_resource_util_gles.cpp
38
const GpuBufferDesc& desc = glesBuffer.
GetDesc
();
in CopyGpuBufferGLES()
H
A
D
gpu_sampler_gles.cpp
122
const GpuSamplerDesc& GpuSamplerGLES::
GetDesc
() const
in GetDesc()
function in GpuSamplerGLES
/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H
A
D
gpu_query.h
47
virtual const GpuQueryDesc&
GetDesc
() const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_query_vk.h
41
const GpuQueryDesc&
GetDesc
() const override;
H
A
D
gpu_sampler_vk.h
35
const GpuSamplerDesc&
GetDesc
() const override;
H
A
D
swapchain_vk.h
53
const GpuImageDesc&
GetDesc
() const override;
H
A
D
gpu_query_vk.cpp
71
const GpuQueryDesc& GpuQueryVk::
GetDesc
() const
in GetDesc()
function in GpuQueryVk
H
A
D
gpu_buffer_vk.h
46
const GpuBufferDesc&
GetDesc
() const override;
H
A
D
gpu_image_vk.h
53
const GpuImageDesc&
GetDesc
() const override;
H
A
D
gpu_resource_util_vk.cpp
39
const GpuBufferDesc& desc = vkBuffer.
GetDesc
();
in CopyGpuBufferVk()
H
A
D
gpu_sampler_vk.cpp
108
const GpuSamplerDesc& GpuSamplerVk::
GetDesc
() const
in GetDesc()
function in GpuSamplerVk
/foundation/multimodalinput/input/service/infrared_emitter/include/
H
A
D
infrared_emitter_def.h
43
virtual const std::u16string
GetDesc
();
/foundation/multimodalinput/input/service/window_manager/include/
H
A
D
input_display_bind_helper.h
42
std::string
GetDesc
() const;
64
std::string
GetDesc
() const;
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
input_display_bind_helper.cpp
124
std::string BindInfo::
GetDesc
() const
in GetDesc()
function in OHOS::MMI::BindInfo
162
std::string BindInfos::
GetDesc
() const
in GetDesc()
function in OHOS::MMI::BindInfos
167
oss << "index:" << index << "," << info.
GetDesc
() << std::endl;
in GetDesc()
231
MMI_HILOGE("Duplicate %{public}s", info.
GetDesc
().c_str());
in Add()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H
A
D
drmservice_fuzzer.h
195
const std::u16string
GetDesc
() override
308
const std::u16string
GetDesc
() override
341
const std::u16string
GetDesc
() override
Completed in 7 milliseconds
1
2