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:_runs
(Results
1 - 11
of
11
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H
A
D
esextcTessellationShaderQuads.hpp
105
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderQuadsDegenerateCase
106
typedef
_runs
::const_iterator _runs_const_iterator;
110
_runs
m_runs;
189
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderQuadsInnerTessellationLevelRounding
190
typedef
_runs
::const_iterator _runs_const_iterator;
198
_runs
m_runs;
H
A
D
esextcTessellationShaderTriangles.hpp
177
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderTrianglesIdenticalTriangles
178
typedef
_runs
::const_iterator _runs_const_iterator;
182
_runs
m_runs;
252
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderTrianglesInnerTessellationLevelRounding
253
typedef
_runs
::const_iterator _runs_const_iterator;
257
_runs
m_runs;
H
A
D
esextcTessellationShaderTessellation.hpp
121
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderTessellationInputPatchDiscard
122
typedef
_runs
::const_iterator _runs_const_iterator;
137
_runs
m_runs;
224
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID
225
typedef
_runs
::const_iterator _runs_const_iterator;
242
_runs
m_runs;
H
A
D
esextcTessellationShaderTCTE.hpp
159
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderTCTEDataPassThrough
160
typedef
_runs
::const_iterator _runs_const_iterator;
170
_runs
m_runs;
268
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize
269
typedef
_runs
::const_iterator _runs_const_iterator;
291
_runs
m_runs;
H
A
D
esextcTessellationShaderVertexSpacing.hpp
239
typedef std::vector<_run>
_runs
;
typedef in glcts::TessellationShaderVertexSpacing
240
typedef
_runs
::const_iterator _runs_const_iterator;
323
_runs
m_runs;
H
A
D
esextcTessellationShaderTessellation.cpp
306
for (
_runs
::iterator it = m_runs.begin(); it != m_runs.end(); ++it)
in deinit()
827
for (
_runs
::iterator it = m_runs.begin(); it != m_runs.end(); ++it)
in deinit()
H
A
D
esextcTessellationShaderTCTE.cpp
116
for (
_runs
::iterator it = m_runs.begin(); it != m_runs.end(); ++it)
in deinit()
1844
for (
_runs
::iterator it = m_runs.begin(); it != m_runs.end(); ++it)
in deinit()
/third_party/skia/modules/canvaskit/npm_build/
H
A
D
textapi_utils.js
377
this.
_runs
= [];
381
this.
_runs
.push(r);
437
const runs = this.
_runs
;
/third_party/skia/demos.skia.org/demos/textedit/
H
A
D
textapi_utils.js
352
this.
_runs
= [];
356
this.
_runs
.push(r);
420
const runs = this.
_runs
;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderAPI.hpp
306
std::vector<_run>
_runs
;
member in glcts::GeometryShaderGetProgramiv3Test
H
A
D
esextcGeometryShaderAPI.cpp
950
/** Initializes internal
_runs
member with test iteration settings for all test runs. */
955
_runs
.push_back(_run(GL_LINES_ADJACENCY, 3, 16, GL_POINTS));
in initTestRuns()
956
_runs
.push_back(_run(GL_TRIANGLES, 12, 37, GL_LINE_STRIP));
in initTestRuns()
957
_runs
.push_back(_run(GL_POINTS, 31, 75, GL_TRIANGLE_STRIP));
in initTestRuns()
1034
for (n_run = 0; n_run <
_runs
.size(); ++n_run)
in iterate()
1036
const _run& current_run =
_runs
[n_run];
in iterate()
Completed in 19 milliseconds