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:indexTest
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/stress/
H
A
D
es2sDrawTests.cpp
130
const IndexTest&
indexTest
= tests[testNdx];
in init()
local
132
DE_ASSERT(
indexTest
.storage != gls::DrawTestSpec::STORAGE_USER);
in init()
133
DE_ASSERT(!
indexTest
.aligned);
in init()
136
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
137
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage);
in init()
140
spec.indexType =
indexTest
.type;
in init()
141
spec.indexStorage =
indexTest
.storage;
in init()
143
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
.offsets) &&
indexTest
in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fDrawTests.cpp
342
const IndexTest&
indexTest
= tests[testNdx];
in init()
local
343
tcu::TestCaseGroup* group = (
indexTest
.storage == gls::DrawTestSpec::STORAGE_USER)
in init()
344
? ((
indexTest
.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup))
in init()
345
: ((
indexTest
.aligned) ? (bufferGroup) : (DE_NULL));
in init()
347
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
348
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage);
in init()
351
spec.indexType =
indexTest
.type;
in init()
352
spec.indexStorage =
indexTest
.storage;
in init()
354
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
in init()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fDrawElementsBaseVertexTests.cpp
521
const IndexTest&
indexTest
= tests[testNdx];
in init()
local
523
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
524
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
527
spec.indexType =
indexTest
.type;
in init()
529
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
.offsets) &&
indexTest
.offsets[iterationNdx] != -1; ++iterationNdx)
in init()
531
const std::string iterationDesc = std::string("first vertex ") + de::toString(
indexTest
.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(
indexTest
.type));
in init()
532
spec.indexPointerOffset =
indexTest
.offsets[iterationNdx];
in init()
589
const IndexTest&
indexTest
in init()
local
[all...]
H
A
D
es31fDrawTests.cpp
518
const IndexTest&
indexTest
= tests[testNdx];
in init()
local
520
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
521
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
524
spec.indexType =
indexTest
.type;
in init()
526
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
.offsets) &&
indexTest
.offsets[iterationNdx] != -1; ++iterationNdx)
in init()
528
const std::string iterationDesc = std::string("first vertex ") + de::toString(
indexTest
.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(
indexTest
.type));
in init()
529
spec.indexPointerOffset =
indexTest
.offsets[iterationNdx];
in init()
585
const IndexTest&
indexTest
in init()
local
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H
A
D
es3sDrawTests.cpp
313
const IndexTest&
indexTest
= tests[testNdx];
in init()
local
315
DE_ASSERT(
indexTest
.storage != gls::DrawTestSpec::STORAGE_USER);
in init()
316
DE_ASSERT(!
indexTest
.aligned);
in init()
319
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
320
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage);
in init()
323
spec.indexType =
indexTest
.type;
in init()
324
spec.indexStorage =
indexTest
.storage;
in init()
332
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
.offsets) &&
indexTest
in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fDrawTests.cpp
443
const IndexTest&
indexTest
= tests[testNdx];
in init()
local
444
tcu::TestCaseGroup* group = (
indexTest
.storage == gls::DrawTestSpec::STORAGE_USER)
in init()
445
? ((
indexTest
.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup))
in init()
446
: ((
indexTest
.aligned) ? (bufferGroup) : (DE_NULL));
in init()
448
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
in init()
449
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage);
in init()
452
spec.indexType =
indexTest
.type;
in init()
453
spec.indexStorage =
indexTest
.storage;
in init()
455
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
in init()
[all...]
Completed in 7 milliseconds