Searched refs:m_fragColorVar (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.hpp59 const rsg::Variable* m_fragColorVar; member in class:deqp::gls::RandomShaderProgram
H A DglsRandomShaderProgram.cpp138 , m_fragColorVar (findShaderOutputByLocation(fragmentShader, 0))
142 TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT && m_fragColorVar->getType().getNumElements() == 4);
250 const rsg::ExecConstValueAccess fragColorAccess = m_execCtx.getValue(m_fragColorVar);

Completed in 114 milliseconds