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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 233 const float strideWeights[] = { 50, 10, 10, 10 };
338 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 519 static const float strideWeights[] = { 50, 10, 10, 10 };
624 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 427 const float strideWeights[] = { 50, 10, 10, 10 };
552 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 929 static const float strideWeights[] = { 50, 10, 10, 10 };
    [all...]

Completed in 50 milliseconds