Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp64 , m_is_program_interface_query_supported(false) in TestCaseBase()
113m_is_program_interface_query_supported = glu::contextSupports(context_type, glu::ApiType::core… in initExtensions()
129 m_is_program_interface_query_supported = true; in initExtensions()
147 m_is_program_interface_query_supported = true; in initExtensions()
H A DesextcTestCaseBase.hpp225 bool m_is_program_interface_query_supported; member in glcts::TestCaseBase
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp104 if (!m_is_tessellation_shader_supported || !m_is_program_interface_query_supported) in initTest()