OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribSpec
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
330
gls::DrawTestSpec::AttributeSpec
attribSpec
;
332
attribSpec
.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
333
attribSpec
.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
334
attribSpec
.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
335
attribSpec
.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
336
attribSpec
.componentCount = random.getInt(1, 4);
337
attribSpec
.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
338
attribSpec
.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
339
attribSpec
.normalize = random.getBool();
340
attribSpec
.instanceDivisor = 0
[
all
...]
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
616
gls::DrawTestSpec::AttributeSpec
attribSpec
;
618
attribSpec
.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
619
attribSpec
.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
620
attribSpec
.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
621
attribSpec
.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
622
attribSpec
.componentCount = random.getInt(1, 4);
623
attribSpec
.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
624
attribSpec
.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
625
attribSpec
.normalize = random.getBool();
626
attribSpec
.instanceDivisor = 0
[
all
...]
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
544
gls::DrawTestSpec::AttributeSpec
attribSpec
;
546
attribSpec
.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
547
attribSpec
.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
548
attribSpec
.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
549
attribSpec
.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
550
attribSpec
.componentCount = random.getInt(1, 4);
551
attribSpec
.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights);
552
attribSpec
.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
553
attribSpec
.normalize = random.getBool();
554
attribSpec
.instanceDivisor = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(instanceDiv (…)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
[
all
...]
/external/deqp/modules/glshared/
glsDrawTest.cpp
[
all
...]
Completed in 64 milliseconds