Searched defs:maxAttributes (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp843 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
850 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
852 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize()))
907 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
914 m_testCtx.getLog() << TestLog::Message << "GL_MAX_VERTEX_ATTRIBS: " << maxAttributes << TestLog::EndMessage;
916 for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_type.getLocationSize() * arrayElementCount)
921 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond("A", false)));
922 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
944 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
958 for (int loc = 1 + m_type.getLocationSize() * arrayElementCount; loc < maxAttributes; lo
985 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
1108 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
1140 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
1201 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
1241 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
1314 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
1357 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); local
[all...]

Completed in 71 milliseconds