Searched refs:attribWeights (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 223 const float attribWeights[] = { 30, 10, 1 }; in init() local 308 …const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 336 const float attribWeights[] = { 30, 10, 1 }; in init() local 442 …const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 412 const float attribWeights[] = { 30, 10, 1 }; in init() local 522 …const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 509 static const float attribWeights[] = { 30, 10, 1 }; in init() local 594 …const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 914 static const float attribWeights[] = { 30, 10, 1 }; in init() local 1029 …const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2041 const float attribWeights[] = { 30, 10, 1 }; in init() local 2147 …const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); in init()
|