Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp10146 glw::GLint gl_max_tess_evaluation_output_components_value = 0; in initTest() local
10156 …tIntegerv(GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS, &gl_max_tess_evaluation_output_components_valu… in initTest()
10170 de::min(m_n_max_components_per_stage, gl_max_tess_evaluation_output_components_value); in initTest()