HomeSort by relevance Sort by last modified time
    Searched refs:attribWeights (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 234 const float attribWeights[] = { 30, 10, 1 };
319 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 336 const float attribWeights[] = { 30, 10, 1 };
442 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 511 static const float attribWeights[] = { 30, 10, 1 };
596 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 426 const float attribWeights[] = { 30, 10, 1 };
536 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 911 static const float attribWeights[] = { 30, 10, 1 };
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 501 milliseconds