HomeSort by relevance Sort by last modified time
    Searched refs:hasColorAttr (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 236 bool hasColorAttr;
289 if (m_spec.hasColorAttr)
330 if (m_spec.hasColorAttr)
375 const bool hasColorAttr = (flags & FLAG_ATTRIBS_SHARED_ELEMS) || (flags & FLAG_ATTRIBS_MULTIPLE_ELEMS);
388 spec.hasColorAttr = hasColorAttr;
466 if (m_spec.hasColorAttr)
491 const bool useUniformColor = !m_spec.hasColorAttr;
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 242 bool hasColorAttr;
295 if (m_spec.hasColorAttr)
336 if (m_spec.hasColorAttr)
381 const bool hasColorAttr = (flags & FLAG_ATTRIBS_SHARED_ELEMS) || (flags & FLAG_ATTRIBS_MULTIPLE_ELEMS);
394 spec.hasColorAttr = hasColorAttr;
472 if (m_spec.hasColorAttr)
497 const bool useUniformColor = !m_spec.hasColorAttr;
    [all...]

Completed in 1622 milliseconds