Searched refs:primitiveCountWeights (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 225 const float primitiveCountWeights[] = { 20, 10, 1 }; in init() local 313 …st float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); in init()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 338 const float primitiveCountWeights[] = { 20, 10, 1 }; in init() local 448 …st float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); in init()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 414 const float primitiveCountWeights[] = { 20, 10, 1 }; in init() local 527 …st float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 511 static const float primitiveCountWeights[] = { 20, 10, 1 }; in init() local 599 …st float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 916 static const float primitiveCountWeights[] = { 20, 10, 1 }; in init() local 1034 …st float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2047 const float primitiveCountWeights[] = { 20, 10, 1 }; in init() local 2159 …st float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); in init()
|