Searched defs:drawMethod (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp49 spec.drawMethod = method;
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) argument
97 , m_method (drawMethod)
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) argument
170 , m_method (drawMethod)
314 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
365 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
377 if (spec.drawMethod
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp76 spec.drawMethod = method;
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) argument
128 , m_method (drawMethod)
149 spec.drawMethod = m_method;
184 spec.drawMethod = m_method;
230 spec.drawMethod = m_method;
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) argument
299 , m_method (drawMethod)
380 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
426 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp230 spec.drawMethod = method;
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) argument
278 , m_method (drawMethod)
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) argument
359 , m_method (drawMethod)
528 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
579 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
591 if (spec.drawMethod
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp107 spec.drawMethod = method;
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) argument
158 , m_method (drawMethod)
185 spec.drawMethod = m_method;
220 spec.drawMethod = m_method;
266 spec.drawMethod = m_method;
326 spec.drawMethod = m_method;
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) argument
481 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
527 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp186 spec.drawMethod = method;
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) argument
247 , m_method (drawMethod)
268 spec.drawMethod = m_method;
304 spec.drawMethod = m_method;
351 spec.drawMethod = m_method;
412 spec.drawMethod = m_method;
473 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
482 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
545 BaseVertexGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
612 FirstGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
658 MethodGroup(Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod) argument
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp200 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
222 DrawMethod drawMethod; member in struct:deqp::gls::DrawTestSpec
223 IndexType indexType; //!< used only if drawMethod = DrawElements*
224 int indexPointerOffset; //!< used only if drawMethod = DrawElements*
225 Storage indexStorage; //!< used only if drawMethod = DrawElements*
226 int first; //!< used only if drawMethod = DrawArrays*
227 int indexMin; //!< used only if drawMethod = Draw*Ranged
228 int indexMax; //!< used only if drawMethod = Draw*Ranged
229 int instanceCount; //!< used only if drawMethod = Draw*Instanced or Draw*Indirect
230 int indirectOffset; //!< used only if drawMethod
[all...]
H A DglsDrawTest.cpp1846 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);
1925 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) argument
1962 if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS)
1967 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INSTANCED)
1972 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS)
1977 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED)
1982 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED)
1987 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT)
2032 else if (drawMethod == DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT)
2083 else if (drawMethod
[all...]

Completed in 65 milliseconds