Home
last modified time | relevance | path

Searched refs:program_tes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp7798 Utils::Program program_tes(m_context); in test() local
7818program_tes.Init("" /*cs*/, "" /*fs*/, "" /*gs*/, "" /*tcs*/, tes, "" /*vs*/, true /* is_separable… in test()
7835 (false == Utils::checkSeparableDrawProgramInterface(program_tes, program_interface, in test()
7853 pipeline.UseProgramStages(program_tes.m_id, GL_TESS_EVALUATION_SHADER_BIT); in test()
7864 …epareUniforms(test_case_index, program_interface, program_fs, program_gs, program_tcs, program_tes, in test()