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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 231 const float offsetWeights[] = { 50, 10, 10, 10 };
337 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 517 static const float offsetWeights[] = { 50, 10, 10, 10 };
623 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 425 const float offsetWeights[] = { 50, 10, 10, 10 };
551 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 927 static const float offsetWeights[] = { 50, 10, 10, 10 };
    [all...]

Completed in 727 milliseconds