Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp236 bool hasColorAttr; member
289 if (m_spec.hasColorAttr) in init()
330 if (m_spec.hasColorAttr) in renderTo()
375 …const bool hasColorAttr = (flags & FLAG_ATTRIBS_SHARED_ELEMS) || (flags & FLAG_ATTRIBS_MULTIPLE_… in genTestSpec() local
388 spec.hasColorAttr = hasColorAttr; in genTestSpec()
466 if (m_spec.hasColorAttr) in createBuffers()
491 const bool useUniformColor = !m_spec.hasColorAttr; in genVertexSource()
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp242 bool hasColorAttr; member
295 if (m_spec.hasColorAttr) in init()
336 if (m_spec.hasColorAttr) in renderTo()
381 …const bool hasColorAttr = (flags & FLAG_ATTRIBS_SHARED_ELEMS) || (flags & FLAG_ATTRIBS_MULTIPLE_… in genTestSpec() local
394 spec.hasColorAttr = hasColorAttr; in genTestSpec()
472 if (m_spec.hasColorAttr) in createBuffers()
497 const bool useUniformColor = !m_spec.hasColorAttr; in genVertexSource()