Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.cpp93 const char* GeometryShaderConstantVariables::m_feedbackVaryings[] = { member in glcts::GeometryShaderConstantVariables
150 const unsigned int n_varyings = sizeof(m_feedbackVaryings) / sizeof(m_feedbackVaryings[0]); in initTest()
154 gl.transformFeedbackVaryings(m_program_id, n_varyings, m_feedbackVaryings, GL_INTERLEAVED_ATTRIBS); in initTest()
217 const unsigned int n_varyings = sizeof(m_feedbackVaryings) / sizeof(m_feedbackVaryings[0]); in iterate()
270 …x.getLog() << tcu::TestLog::Message << "Values reported for ES constant " << m_feedbackVaryings[id] in iterate()
DesextcGeometryShaderConstantVariables.hpp111 static const char* m_feedbackVaryings[]; member in glcts::GeometryShaderConstantVariables