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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 242 const float offsetWeights[] = { 50, 10, 10, 10 };
348 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 350 const float offsetWeights[] = { 50, 10, 10, 10 };
485 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 519 static const float offsetWeights[] = { 50, 10, 10, 10 };
625 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 439 const float offsetWeights[] = { 50, 10, 10, 10 };
565 attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 924 static const float offsetWeights[] = { 50, 10, 10, 10 };
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 1310 milliseconds