Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderConstantVariables.cpp119 , m_min_MaxGeometryInputComponents(64) in GeometryShaderConstantVariables()
386 if (int_value < m_min_MaxGeometryInputComponents) in iterate()
390 << m_min_MaxGeometryInputComponents << tcu::TestLog::EndMessage; in iterate()
H A DesextcGeometryShaderConstantVariables.hpp129 const int m_min_MaxGeometryInputComponents; member in glcts::GeometryShaderConstantVariables