Home
last modified time | relevance | path

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

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