Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderConstantVariables.cpp115 , m_min_MaxGeometryShaderStorageBlocks(0) in GeometryShaderConstantVariables()
345 if (int_value < m_min_MaxGeometryShaderStorageBlocks) in iterate()
349 … << " is smaller than required minimum value of " << m_min_MaxGeometryShaderStorageBlocks in iterate()
H A DesextcGeometryShaderConstantVariables.hpp124 const int m_min_MaxGeometryShaderStorageBlocks; member in glcts::GeometryShaderConstantVariables