Lines Matching refs:staticAttributeCount
72 int staticAttributeCount; member
203 for (int attributeNdx = 0; attributeNdx < m_spec.staticAttributeCount; attributeNdx++) in createShader()
206 if (m_spec.staticAttributeCount > 0 && m_spec.dynamicAttributeCount > 0) in createShader()
223 for (int attributeNdx = 0; attributeNdx < m_spec.staticAttributeCount; attributeNdx++) in createShader()
268 for (int attribute = 0; attribute < m_spec.staticAttributeCount; attribute++) in createAttributeDatas()
355 for (int attribute = 0; attribute < m_spec.staticAttributeCount; attribute++) in createArrayBuffers()
369 for (int attribute = 0; attribute < m_spec.staticAttributeCount; attribute++) in createArrayBuffers()
588 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++) in renderUnbatched()
669 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++) in renderUnbatched()
694 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++) in renderBatched()
772 for (int attribNdx = 0; attribNdx < m_spec.staticAttributeCount; attribNdx++) in renderBatched()
834 if (m_spec.staticAttributeCount > 0) in logTestInfo()
835 …TestLog::Message << "Using " << m_spec.staticAttributeCount << " static attribute" << (m_spec.stat… in logTestInfo()
935 DE_ASSERT(!spec.useStaticBuffer || spec.staticAttributeCount > 0); in specToName()
938 if (spec.staticAttributeCount > 0) in specToName()
939 stream << spec.staticAttributeCount << "_static_"; in specToName()
942 stream << (spec.staticAttributeCount == 1 ? "buffer_" : "buffers_"); in specToName()
1034 int staticAttributeCount = staticAttributeCounts[attributeCountNdx]; in init() local
1037 if (staticAttributeCount + dynamicAttributeCount == 1) in init()
1039 else if (staticAttributeCount + dynamicAttributeCount == 8) in init()
1059 spec.staticAttributeCount = staticAttributeCount; in init()
1071 if (spec.useStaticBuffer && spec.staticAttributeCount == 0) in init()