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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 244 const float strideWeights[] = { 50, 10, 10, 10 };
349 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 352 const float strideWeights[] = { 50, 10, 10, 10 };
486 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 521 static const float strideWeights[] = { 50, 10, 10, 10 };
626 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 441 const float strideWeights[] = { 50, 10, 10, 10 };
566 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 926 static const float strideWeights[] = { 50, 10, 10, 10 };
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 386 milliseconds