Searched refs:offsetWeights (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 231 const float offsetWeights[] = { 50, 10, 10, 10 }; in init() local 337 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights); in init()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 350 const float offsetWeights[] = { 50, 10, 10, 10 }; in init() local 485 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights); in init()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 425 const float offsetWeights[] = { 50, 10, 10, 10 }; in init() local 551 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 517 static const float offsetWeights[] = { 50, 10, 10, 10 }; in init() local 623 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 927 static const float offsetWeights[] = { 50, 10, 10, 10 }; in init() local 1058 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2059 const float offsetWeights[] = { 50, 10, 10, 10 }; in init() local 2196 …hted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), offsetWeights); in init()
|