Searched refs:strideWeights (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 233 const float strideWeights[] = { 50, 10, 10, 10 }; in init() local 338 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 352 const float strideWeights[] = { 50, 10, 10, 10 }; in init() local 486 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 427 const float strideWeights[] = { 50, 10, 10, 10 }; in init() local 552 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 519 static const float strideWeights[] = { 50, 10, 10, 10 }; in init() local 624 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 929 static const float strideWeights[] = { 50, 10, 10, 10 }; in init() local 1059 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2057 const float strideWeights[] = { 50, 10, 10, 10 }; in init() local 2191 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
|