Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderConstantVariables.cpp120 , m_min_MaxGeometryOutputComponents(64) in GeometryShaderConstantVariables()
399 if (int_value < m_min_MaxGeometryOutputComponents) in iterate()
403 << m_min_MaxGeometryOutputComponents << tcu::TestLog::EndMessage; in iterate()
H A DesextcGeometryShaderConstantVariables.hpp130 const int m_min_MaxGeometryOutputComponents; member in glcts::GeometryShaderConstantVariables