Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp437 …ector<Attribute>& attributes, int& inputStride, const vector<Varying>& varyings, bool usePointSize) in computeInputLayout() argument
445 if (usePointSize) in computeInputLayout()
1453 bool usePointSize = rnd.getFloat() < pointSizeWeight; in init() local
1454 …ttribVectorsToUse = rnd.getInt(1, maxAttributeVectors - 1/*position*/ - (usePointSize ? 1 : 0)); in init()
1493 if (usePointSize) tfCandidates.push_back("gl_PointSize"); in init()