Searched refs:implicitCount (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 2431 const int implicitCount = 1; in Run() local 2433 int tests[3] = { 0, 3, max - implicitCount }; in Run() 2449 if (tests[test] < max - implicitCount) in Run() 2453 Uniform(uniformValueGenerator, UniformType(GL_FLOAT, max - implicitCount - tests[test]), in Run() 2454 Loc::C(tests[test] + implicitCount), DefOccurence::ALL_SH, DefOccurence::NONE_SH)); in Run() 2475 const int implicitCount = 3; in Run() local 2493 if (tests[test] < max - implicitCount) in Run() 2497 Uniform(uniformValueGenerator, UniformType(GL_FLOAT, max - implicitCount - tests[test]), in Run() 2498 Loc::C(tests[test] + implicitCount), DefOccurence::ALL_SH, DefOccurence::NONE_SH)); in Run() 2502 …uniforms.push_back(Uniform(uniformValueGenerator, UniformType(GL_FLOAT, implicitCount), Loc::Impli… in Run()
|