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:_test_result
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H
A
D
esextcTessellationShaderIsolines.hpp
84
typedef struct
_test_result
struct in glcts::TessellationShadersIsolines
95
_test_result
()
in _test_result()
function
106
}
_test_result
;
typedef in glcts::TessellationShadersIsolines
138
typedef void (*PFNTESTRESULTPROCESSORPROC)(
_test_result
& test_result, glw::GLenum glToken);
146
typedef std::vector<
_test_result
> _test_results;
157
void countIsolines(
_test_result
& test_result);
159
_test_result
findTestResult(_irrelevant_tess_level irrelevant_tess_level, _outer1_tess_level outer1_tess_level,
171
static void checkFirstOuterTessellationLevelEffect(
_test_result
& test_result,
176
static void checkNoLineSegmentIsDefinedAtHeightOne(
_test_result
& test_result, const glw::GLenum unused);
178
static void checkSecondOuterTessellationLevelEffect(
_test_result
[all...]
H
A
D
esextcTessellationShaderIsolines.cpp
68
void TessellationShadersIsolines::checkFirstOuterTessellationLevelEffect(
_test_result
& test_result,
in checkFirstOuterTessellationLevelEffect()
164
_test_result
test_result = *test_result_iterator;
in checkIrrelevantTessellationLevelsHaveNoEffect()
168
_test_result
test_result_reference =
in checkIrrelevantTessellationLevelsHaveNoEffect()
229
void TessellationShadersIsolines::checkSecondOuterTessellationLevelEffect(
_test_result
& test_result,
in checkSecondOuterTessellationLevelEffect()
326
void TessellationShadersIsolines::checkNoLineSegmentIsDefinedAtHeightOne(
_test_result
& test_result, glw::GLenum unused)
in checkNoLineSegmentIsDefinedAtHeightOne()
377
_test_result
& test_result_equal = *test_result_iterator;
in checkVertexSpacingDoesNotAffectAmountOfGeneratedIsolines()
378
_test_result
test_result_fe;
in checkVertexSpacingDoesNotAffectAmountOfGeneratedIsolines()
379
_test_result
test_result_fo;
in checkVertexSpacingDoesNotAffectAmountOfGeneratedIsolines()
410
void TessellationShadersIsolines::countIsolines(
_test_result
& test_result)
in countIsolines()
496
TessellationShadersIsolines::
_test_result
TessellationShadersIsoline
[all...]
Completed in 2 milliseconds