Searched refs:implicitCount (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cExplicitUniformLocationTest.cpp | 2429 const int implicitCount = 1; in Run() local 2431 int tests[3] = { 0, 3, max - implicitCount }; in Run() 2447 if (tests[test] < max - implicitCount) in Run() 2451 Uniform(uniformValueGenerator, UniformType(GL_FLOAT, max - implicitCount - tests[test]), in Run() 2452 Loc::C(tests[test] + implicitCount), DefOccurence::ALL_SH, DefOccurence::NONE_SH)); in Run() 2473 const int implicitCount = 3; in Run() local 2491 if (tests[test] < max - implicitCount) in Run() 2495 Uniform(uniformValueGenerator, UniformType(GL_FLOAT, max - implicitCount - tests[test]), in Run() 2496 Loc::C(tests[test] + implicitCount), DefOccurence::ALL_SH, DefOccurence::NONE_SH)); in Run() 2500 …uniforms.push_back(Uniform(uniformValueGenerator, UniformType(GL_FLOAT, implicitCount), Loc::Impli… in Run()
|