Searched refs:firstWeights (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 229 const float firstWeights[] = { 20, 20, 1 }; in init() local 318 …ed<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 342 const float firstWeights[] = { 20, 20, 1 }; in init() local 464 …ed<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 418 const float firstWeights[] = { 20, 20, 1 }; in init() local 532 …ed<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 515 static const float firstWeights[] = { 20, 20, 1 }; in init() local 604 …ed<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 920 static const float firstWeights[] = { 20, 20, 1 }; in init() local 1039 …ed<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2047 const float firstWeights[] = { 20, 20, 1 }; in init() local 2169 …ed<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
|