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:plats_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_query_gles.cpp
32
plats_
.reserve(queries.size());
in GpuQueryGLES()
34
plats_
.emplace_back().queryObject = q;
in GpuQueryGLES()
40
for (const auto& plat :
plats_
) {
in ~GpuQueryGLES()
47
queryIndex_ = (queryIndex_ + 1) % ((uint32_t)
plats_
.size());
in NextQueryIndex()
57
PLUGIN_ASSERT(queryIndex_ <
plats_
.size());
in GetPlatformData()
58
return
plats_
[queryIndex_];
in GetPlatformData()
H
A
D
gpu_query_gles.h
44
BASE_NS::vector<GpuQueryPlatformDataGLES>
plats_
;
member in final
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_query_vk.cpp
30
plats_
.resize(device_.GetCommandBufferingCount() + 1);
in GpuQueryVk()
46
for (auto& ref :
plats_
) {
in GpuQueryVk()
57
for (auto& ref :
plats_
) {
in ~GpuQueryVk()
68
queryIndex_ = (queryIndex_ + 1) % ((uint32_t)
plats_
.size());
in NextQueryIndex()
78
return
plats_
[queryIndex_];
in GetPlatformData()
H
A
D
gpu_query_vk.h
50
BASE_NS::vector<GpuQueryPlatformDataVk>
plats_
;
member in final
Completed in 1 milliseconds