Home | History | Annotate | Download | only in functional

Lines Matching refs:m_shaderType

327 	const glu::ShaderType	m_shaderType;
334 , m_shaderType (shaderType)
446 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
473 ShaderExecutorPtr executor (createExecutor(m_context.getRenderContext(), m_shaderType, shaderSpec));
664 const ShaderType m_shaderType;
673 , m_shaderType (shaderType)
705 gl.getIntegerv(limitPnames[m_shaderType], &maxBlocks);
781 de::Random rnd (deInt32Hash(m_shaderType) ^ deInt32Hash(m_blockType) ^ deInt32Hash(m_indexExprType));
797 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));
881 const glu::ShaderType m_shaderType;
887 , m_shaderType (shaderType)
903 if (m_shaderType == glu::SHADERTYPE_VERTEX || m_shaderType == glu::SHADERTYPE_FRAGMENT)
906 m_context.getRenderContext().getFunctions().getIntegerv(m_shaderType == glu::SHADERTYPE_VERTEX ? GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS
911 throw tcu::NotSupportedError(string("Atomic counters not supported in ") + glu::getShaderTypeName(m_shaderType) + " shader");
978 de::Random rnd (deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
987 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));