Lines Matching refs:prepareUniforms
7069 void TextureTestBase::prepareUniforms(GLuint /* test_case_index */, Utils::ShaderInterface& si, Uti… in test() function in gl4cts::EnhancedLayouts::TextureTestBase
7120 void TextureTestBase::prepareUniforms(GLuint test_case_index, Utils::ProgramInterface& program_inte… in test() function in gl4cts::EnhancedLayouts::TextureTestBase
7127 prepareUniforms(test_case_index, cs, program, cs_buffer); in test()
7143 void TextureTestBase::prepareUniforms(GLuint test_case_index, Utils::ProgramInterface& program_inte… in test() function in gl4cts::EnhancedLayouts::TextureTestBase
7159 prepareUniforms(test_case_index, fs, program, fs_buffer); in test()
7160 prepareUniforms(test_case_index, gs, program, gs_buffer); in test()
7161 prepareUniforms(test_case_index, tcs, program, tcs_buffer); in test()
7162 prepareUniforms(test_case_index, tes, program, tes_buffer); in test()
7163 prepareUniforms(test_case_index, vs, program, vs_buffer); in test()
7183 void TextureTestBase::prepareUniforms(GLuint test_case_index, Utils::ProgramInterface& program_inte… in test() function in gl4cts::EnhancedLayouts::TextureTestBase
7201 prepareUniforms(test_case_index, fs, fs_program, fs_buffer); in test()
7204 prepareUniforms(test_case_index, gs, gs_program, gs_buffer); in test()
7207 prepareUniforms(test_case_index, tcs, tcs_program, tcs_buffer); in test()
7210 prepareUniforms(test_case_index, tes, tes_program, tes_buffer); in test()
7213 prepareUniforms(test_case_index, vs, vs_program, vs_buffer); in test()
7583 …prepareUniforms(test_case_index, program_interface, program, buffer_u_fs, buffer_u_gs, buffer_u_tc… in test()
7650 prepareUniforms(test_case_index, program_interface, program, buffer_u_cs); in test()
7775 …prepareUniforms(test_case_index, program_interface, program_fs, program_gs, program_tcs, program_t… in test()
7839 prepareUniforms(test_case_index, program_interface, program, buffer_u_cs); in test()
8531 void GLSLConstantIntegralExpressionTest::prepareUniforms(GLuint /* test_case_index */, in test() function in gl4cts::EnhancedLayouts::GLSLConstantIntegralExpressionTest
8559 void GLSLConstantIntegralExpressionTest::prepareUniforms(GLuint test_case_index, in test() function in gl4cts::EnhancedLayouts::GLSLConstantIntegralExpressionTest
8567 prepareUniforms(test_case_index, program_interface, program, vs_buffer); in test()