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:GetSampler
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H
A
D
webgl_sampler.h
42
GLuint
GetSampler
() const
in GetSampler()
function in OHOS::Rosen::final
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H
A
D
intf_device_vk.h
213
virtual GpuSamplerPlatformDataVk
GetSampler
(RenderHandle handle) const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
node_context_descriptor_set_manager_vk.cpp
40
const VkSampler*
GetSampler
(const GpuResourceManager& gpuResourceMgr, const RenderHandle handle)
in GetSampler()
function
42
if (const auto* gpuSampler = static_cast<GpuSamplerVk*>(gpuResourceMgr.
GetSampler
(handle)); gpuSampler) {
in GetSampler()
509
immutableSampler =
GetSampler
(gpuResourceMgr, imgRef.resource.samplerHandle);
in CreateGpuDescriptorSet()
515
immutableSampler =
GetSampler
(gpuResourceMgr, samRef.resource.handle);
in CreateGpuDescriptorSet()
H
A
D
device_vk.h
292
GpuSamplerPlatformDataVk
GetSampler
(RenderHandle handle) const override;
H
A
D
device_vk.cpp
1474
GpuSamplerPlatformDataVk LowLevelDeviceVk::
GetSampler
(RenderHandle handle) const
in GetSampler()
function in __anon9709::LowLevelDeviceVk
1477
GpuSamplerVk* sampler = gpuResourceMgr_.
GetSampler
<GpuSamplerVk>(handle);
in GetSampler()
H
A
D
render_backend_vk.cpp
2035
gpuResourceMgr_.
GetSampler
<GpuSamplerVk>(bRes.samplerHandle);
2086
if (const GpuSamplerVk* resPtr = gpuResourceMgr_.
GetSampler
<GpuSamplerVk>(bRes.handle); resPtr) {
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_resource_manager.h
319
GpuSampler*
GetSampler
(const RenderHandle& gpuHandle) const;
332
T*
GetSampler
(const RenderHandle& handle) const
in GetSampler()
function in final
334
return static_cast<T*>(
GetSampler
(handle));
in GetSampler()
H
A
D
gpu_resource_manager.cpp
2043
GpuSampler* GpuResourceManager::
GetSampler
(const RenderHandle& handle) const
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl2_rendering_context_impl.cpp
234
GLuint samplerId = sampler->
GetSampler
();
in DeleteSampler()
252
GLuint samplerId = sampler->
GetSampler
();
in IsSampler()
267
GLuint samplerId = sampler->
GetSampler
();
in BindSampler()
288
GLuint samplerId = sampler->
GetSampler
();
in SamplerParameter()
321
GLuint samplerId = sampler->
GetSampler
();
in GetSamplerParameter()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
render_backend_gles.cpp
1984
const auto* gpuSampler = gpuResourceMgr_.
GetSampler
<GpuSamplerGLES>(res.handle);
in BindSampler()
Completed in 25 milliseconds