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:m_structTypes
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fProgramUniformTests.cpp
319
int getNumStructTypes (void) const { return (int)
m_structTypes
.size(); }
in getNumStructTypes()
322
const StructType* getStructType (const int ndx) const { return
m_structTypes
[ndx]; }
in getStructType()
324
void addStructType (const StructType* const type) {
m_structTypes
.push_back(type); }
in addStructType()
329
for (int i = 0; i < (int)
m_structTypes
.size(); i++)
in ~UniformCollection()
330
delete
m_structTypes
[i];
in ~UniformCollection()
333
// Add the contents of m_uniforms and
m_structTypes
to receiver, and remove them from this one.
341
for (int i = 0; i < (int)
m_structTypes
.size(); i++)
in moveContents()
342
receiver.addStructType(
m_structTypes
[i]);
in moveContents()
343
m_structTypes
.clear();
in moveContents()
497
// \note Copying these would be cumbersome, since deep-copying both m_uniforms and
m_structTypes
504
vector<const StructType*>
m_structTypes
;
global()
member in deqp::gles31::Functional::__anon30866::UniformCollection
[all...]
H
A
D
es31fTessellationTests.cpp
5797
vector<glu::StructType>
m_structTypes
;
6091
m_structTypes
.push_back(glu::StructType("S"));
6094
glu::StructType& structType =
m_structTypes
.back();
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fUniformApiTests.cpp
339
int getNumStructTypes (void) const { return (int)
m_structTypes
.size(); }
342
const StructType* getStructType (const int ndx) const { return
m_structTypes
[ndx]; }
344
void addStructType (const StructType* const type) {
m_structTypes
.push_back(type); }
349
for (int i = 0; i < (int)
m_structTypes
.size(); i++)
350
delete
m_structTypes
[i];
353
// Add the contents of m_uniforms and
m_structTypes
to receiver, and remove them from this one.
361
for (int i = 0; i < (int)
m_structTypes
.size(); i++)
362
receiver.addStructType(
m_structTypes
[i]);
363
m_structTypes
.clear();
546
// \note Copying these would be cumbersome, since deep-copying both m_uniforms and
m_structTypes
553
vector<const StructType*>
m_structTypes
;
global()
member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fUniformApiTests.cpp
273
int getNumStructTypes (void) const { return (int)
m_structTypes
.size(); }
276
const StructType* getStructType (const int ndx) const { return
m_structTypes
[ndx]; }
278
void addStructType (const StructType* const type) {
m_structTypes
.push_back(type); }
283
for (int i = 0; i < (int)
m_structTypes
.size(); i++)
284
delete
m_structTypes
[i];
287
// Add the contents of m_uniforms and
m_structTypes
to receiver, and remove them from this one.
295
for (int i = 0; i < (int)
m_structTypes
.size(); i++)
296
receiver.addStructType(
m_structTypes
[i]);
297
m_structTypes
.clear();
480
// \note Copying these would be cumbersome, since deep-copying both m_uniforms and
m_structTypes
487
vector<const StructType*>
m_structTypes
;
global()
member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H
A
D
vktTessellationUserDefinedIO.cpp
446
std::vector<glu::StructType>
m_structTypes
;
member in vkt::tessellation::__anon28863::UserDefinedIOTest
494
m_structTypes
.push_back(glu::StructType("S"));
in UserDefinedIOTest()
497
glu::StructType& structType =
m_structTypes
.back();
in UserDefinedIOTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H
A
D
vktTessellationUserDefinedIO.cpp
446
std::vector<glu::StructType>
m_structTypes
;
member in vkt::tessellation::__anon30012::UserDefinedIOTest
494
m_structTypes
.push_back(glu::StructType("S"));
in UserDefinedIOTest()
497
glu::StructType& structType =
m_structTypes
.back();
in UserDefinedIOTest()
Completed in 21 milliseconds