Home
last modified time | relevance | path

Searched refs:drawMethod (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp76 spec.drawMethod = method; in genBasicSpec()
114 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument
128 , m_method (drawMethod) in AttributeGroup()
149 spec.drawMethod = m_method; in init()
184 spec.drawMethod = m_method; in init()
230 spec.drawMethod = m_method; in init()
288 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
297 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
299 , m_method (drawMethod) in IndexGroup()
380 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) FirstGroup() argument
426 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) MethodGroup() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp87 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX) in addRangeElementsToSpec()
133 spec.drawMethod = method; in genBasicSpec()
173 VertexIDCase (Context& context, gls::DrawTestSpec::DrawMethod drawMethod);
204 VertexIDCase::VertexIDCase (Context& context, gls::DrawTestSpec::DrawMethod drawMethod) in VertexIDCase() argument
212 , m_method (drawMethod) in VertexIDCase()
452 BuiltInVariableGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
461 BuiltInVariableGroup::BuiltInVariableGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in BuiltInVariableGroup() argument
463 , m_method (drawMethod) in BuiltInVariableGroup()
479 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
488 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
552 BaseVertexGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) BaseVertexGroup() argument
629 AttributeGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) AttributeGroup() argument
870 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) MethodGroup() argument
[all...]
H A Des31fDrawTests.cpp186 spec.drawMethod = method; in genBasicSpec()
233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument
247 , m_method (drawMethod) in AttributeGroup()
269 spec.drawMethod = m_method; in init()
306 spec.drawMethod = m_method; in init()
354 spec.drawMethod = m_method; in init()
416 spec.drawMethod = m_method; in init()
477 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
486 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
549 BaseVertexGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) BaseVertexGroup() argument
616 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) FirstGroup() argument
662 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) MethodGroup() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp49 spec.drawMethod = method; in genBasicSpec()
86 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
95 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
97 , m_method (drawMethod) in IndexGroup()
159 MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
168 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in MethodGroup() argument
170 , m_method (drawMethod) in MethodGroup()
314 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights); in init()
365 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
377 if (spec.drawMethod in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp230 spec.drawMethod = method; in genBasicSpec()
267 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
276 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
278 , m_method (drawMethod) in IndexGroup()
348 MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
357 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in MethodGroup() argument
359 , m_method (drawMethod) in MethodGroup()
528 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights); in init()
579 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS) in init()
591 if (spec.drawMethod in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp107 spec.drawMethod = method; in genBasicSpec()
144 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) in AttributeGroup() argument
158 , m_method (drawMethod) in AttributeGroup()
185 spec.drawMethod = m_method; in init()
220 spec.drawMethod = m_method; in init()
266 spec.drawMethod = m_method; in init()
326 spec.drawMethod = m_method; in init()
386 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
395 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) in IndexGroup() argument
481 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) FirstGroup() argument
527 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) MethodGroup() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1782 void render (DrawTestSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* indexOffset, int rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1861 void AttributePack::render (DrawTestSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* indexOffset, int rangeStart, int rangeEnd, int instanceCount, int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render() argument
1898 if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS) in render()
1903 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED) in render()
1908 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) in render()
1913 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED) in render()
1918 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) in render()
1923 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT) in render()
1968 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT) in render()
2020 else if (drawMethod in render()
[all...]
H A DglsDrawTest.hpp205 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
227 DrawMethod drawMethod; member
228 IndexType indexType; //!< used only if drawMethod = DrawElements*
229 int indexPointerOffset; //!< used only if drawMethod = DrawElements*
230 Storage indexStorage; //!< used only if drawMethod = DrawElements*
231 int first; //!< used only if drawMethod = DrawArrays*
232 int indexMin; //!< used only if drawMethod = Draw*Ranged
233 int indexMax; //!< used only if drawMethod = Draw*Ranged
234 int instanceCount; //!< used only if drawMethod = Draw*Instanced or Draw*Indirect
235 int indirectOffset; //!< used only if drawMethod
[all...]
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp449 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
451 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT)
453 else if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT)
513 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
525 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.indexMin) < 2)
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp4018 RenderCase (Context& context, const char* name, const char* description, DrawMethod drawMethod);
4060 RenderCase<SampleType>::RenderCase (Context& context, const char* name, const char* description, DrawMethod drawMethod)
4062 , m_drawMethod (drawMethod)
4068 DE_ASSERT(drawMethod < DRAWMETHOD_LAST);
4299 ReferenceRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod);
4306 ReferenceRenderTimeCase::ReferenceRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod)
4307 : RenderCase<RenderReadDuration> (context, name, description, drawMethod)
4414 UnrelatedUploadRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod, UploadMethod unrelatedUploadMethod);
4423 UnrelatedUploadRenderTimeCase::UnrelatedUploadRenderTimeCase (Context& context, const char* name, const char* description, DrawMethod drawMethod, UploadMethod unrelatedUploadMethod)
4424 : RenderCase<UnrelatedUploadRenderReadDuration> (context, name, description, drawMethod)
[all...]

Completed in 20 milliseconds