Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp10145 glw::GLint gl_max_tess_evaluation_input_components_value = 0; in initTest() local
10155 …getIntegerv(GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS, &gl_max_tess_evaluation_input_components_valu… in initTest()
10168 …nts_per_stage = de::min(m_n_max_components_per_stage, gl_max_tess_evaluation_input_components_valu… in initTest()