Searched refs:totalVertexAttribs (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp249 int totalVertexAttribs = 1 /* a_position */ + (spec.isPointSizeUsed() ? 1 : 0); local
253 totalVertexAttribs += 1;
256 if (totalVertexAttribs > maxVertexAttribs)

Completed in 89 milliseconds