Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp75 int dynamicAttributeCount; member
206 if (m_spec.staticAttributeCount > 0 && m_spec.dynamicAttributeCount > 0) in createShader()
209 for (int attributeNdx = 0; attributeNdx < m_spec.dynamicAttributeCount; attributeNdx++) in createShader()
232 for (int attributeNdx = 0; attributeNdx < m_spec.dynamicAttributeCount; attributeNdx++) in createShader()
243 if (m_spec.dynamicAttributeCount > 0) in createShader()
272 if (m_spec.dynamicAttributeCount == 0 && attribute == 0) in createAttributeDatas()
308 for (int attribute = 0; attribute < m_spec.dynamicAttributeCount; attribute++) in createAttributeDatas()
386 for (int attribute = 0; attribute < m_spec.dynamicAttributeCount; attribute++) in createArrayBuffers()
400 for (int attribute = 0; attribute < m_spec.dynamicAttributeCount; attribute++) in createArrayBuffers()
605 for (int attribNdx = 0; attribNdx < m_spec.dynamicAttributeCount; attribNdx++) in renderUnbatched()
[all …]