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

  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 277 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights;
332 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 563 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights;
618 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 482 const UniformWeightArray<DE_LENGTH_OF_ARRAY(inputTypes)> inputTypeWeights;
546 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp     [all...]

Completed in 83 milliseconds