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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 233 const int attribCounts[] = { 1, 2, 5 };
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 335 const int attribCounts[] = { 1, 2, 5 };
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 510 static const int attribCounts[] = { 1, 2, 5 };
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 425 const int attribCounts[] = { 1, 2, 5 };
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 910 static const int attribCounts[] = { 1, 2, 5 };
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 61 milliseconds