Searched refs:hasColorAttr (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp238 bool hasColorAttr; member in struct:deqp::gles31::Stress::__anon20382::SingleBindingCase::TestSpec
291 if (m_spec.hasColorAttr)
332 if (m_spec.hasColorAttr)
377 const bool hasColorAttr = (flags & FLAG_ATTRIBS_SHARED_ELEMS) || (flags & FLAG_ATTRIBS_MULTIPLE_ELEMS); local
390 spec.hasColorAttr = hasColorAttr;
468 if (m_spec.hasColorAttr)
493 const bool useUniformColor = !m_spec.hasColorAttr;
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp244 bool hasColorAttr; member in struct:deqp::gles31::Functional::__anon20373::SingleBindingCase::TestSpec
297 if (m_spec.hasColorAttr)
338 if (m_spec.hasColorAttr)
383 const bool hasColorAttr = (flags & FLAG_ATTRIBS_SHARED_ELEMS) || (flags & FLAG_ATTRIBS_MULTIPLE_ELEMS); local
396 spec.hasColorAttr = hasColorAttr;
474 if (m_spec.hasColorAttr)
499 const bool useUniformColor = !m_spec.hasColorAttr;

Completed in 47 milliseconds