Searched refs:indexWeights (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 348 const float indexWeights[] = { 50, 50, 50, 50 }; in init() local 465 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMins), DE_ARRAY_END(indexMins), indexWeights); in init() 466 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), indexWeights); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 423 const float indexWeights[] = { 50, 50, 50, 50 }; in init() local 533 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMins), DE_ARRAY_END(indexMins), indexWeights); in init() 534 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), indexWeights); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 917 static const float indexWeights[] = { 50, 50, 50, 50 }; in init() local 1032 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMins), DE_ARRAY_END(indexMins), indexWeights); in init() 1033 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), indexWeights); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2052 const float indexWeights[] = { 50, 50, 50, 50 }; in init() local 2169 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMins), DE_ARRAY_END(indexMins), indexWeights); in init() 2170 …t, const int*, const float*> (DE_ARRAY_BEGIN(indexMaxs), DE_ARRAY_END(indexMaxs), indexWeights); in init()
|