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:n_test_iteration
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderLayeredRenderingFBONoAttachment.cpp
336
for (unsigned int
n_test_iteration
= 0;
n_test_iteration
< 2 && !test_failed; ++
n_test_iteration
)
in iterate()
338
const glw::GLint current_n_layers = (
n_test_iteration
== 1) ? 0 : m_n_layers;
in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl3cCullDistanceTests.hpp
238
std::string getTestDescription(glw::GLint
n_test_iteration
, bool should_redeclare_output_variables,
H
A
D
gl3cCullDistanceTests.cpp
2956
* @param [in]
n_test_iteration
Test iteration number
2962
std::string CullDistance::NegativeTest::getTestDescription(int
n_test_iteration
, bool should_redeclare_output_variables,
in getTestDescription()
argument
2967
stream << "Test iteration [" <<
n_test_iteration
<< "] which uses a vertex shader that:\n\n"
in getTestDescription()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H
A
D
esextcTessellationShaderInvariance.cpp
2585
for (unsigned int
n_test_iteration
= 0;
n_test_iteration
< n_test_iterations; ++
n_test_iteration
)
in getTestIterationIndex()
2587
_test_iteration test_iteration = test_iterations[
n_test_iteration
];
in getTestIterationIndex()
2608
result =
n_test_iteration
;
in getTestIterationIndex()
Completed in 10 milliseconds