Home
last modified time | relevance | path

Searched refs:_runs (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderQuads.hpp105 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 DesextcTessellationShaderTriangles.hpp177 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 DesextcTessellationShaderTessellation.hpp121 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 DesextcTessellationShaderTCTE.hpp159 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 DesextcTessellationShaderVertexSpacing.hpp239 typedef std::vector<_run> _runs; typedef in glcts::TessellationShaderVertexSpacing
240 typedef _runs::const_iterator _runs_const_iterator;
323 _runs m_runs;
H A DesextcTessellationShaderTessellation.cpp306 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 DesextcTessellationShaderTCTE.cpp116 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 Dtextapi_utils.js377 this._runs = [];
381 this._runs.push(r);
437 const runs = this._runs;
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js352 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 DesextcGeometryShaderAPI.hpp306 std::vector<_run> _runs; member in glcts::GeometryShaderGetProgramiv3Test
H A DesextcGeometryShaderAPI.cpp950 /** 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 18 milliseconds