Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp261 int totalTfAttribs = 0; in isProgramSupported() local
285 totalTfAttribs += 1; in isProgramSupported()
288 if (tfMode == GL_SEPARATE_ATTRIBS && totalTfAttribs > maxTfSeparateAttribs) in isProgramSupported()