Home | History | Annotate | Download | only in functional

Lines Matching refs:m_shaderType

347 	const glu::ShaderType	m_shaderType;
354 , m_shaderType (shaderType)
368 if (m_shaderType == SHADERTYPE_GEOMETRY)
373 if (m_shaderType == SHADERTYPE_TESSELLATION_CONTROL || m_shaderType == SHADERTYPE_TESSELLATION_EVALUATION)
501 de::Random rnd (deInt32Hash(m_samplerType) ^ deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
528 ShaderExecutorPtr executor (createExecutor(m_context.getRenderContext(), m_shaderType, shaderSpec));
719 const ShaderType m_shaderType;
728 , m_shaderType (shaderType)
741 if (m_shaderType == SHADERTYPE_GEOMETRY)
746 if (m_shaderType == SHADERTYPE_TESSELLATION_CONTROL || m_shaderType == SHADERTYPE_TESSELLATION_EVALUATION)
772 gl.getIntegerv(limitPnames[m_shaderType], &maxBlocks);
850 de::Random rnd (deInt32Hash(m_shaderType) ^ deInt32Hash(m_blockType) ^ deInt32Hash(m_indexExprType));
866 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));
950 const glu::ShaderType m_shaderType;
957 , m_shaderType (shaderType)
987 if (m_shaderType == SHADERTYPE_GEOMETRY)
992 if (m_shaderType == SHADERTYPE_TESSELLATION_CONTROL || m_shaderType == SHADERTYPE_TESSELLATION_EVALUATION)
1004 m_context.getRenderContext().getFunctions().getIntegerv(getMaxAtomicCounterEnum(m_shaderType),
1009 const string message = "Atomic counters not supported in " + string(glu::getShaderTypeName(m_shaderType)) + " shader";
1079 de::Random rnd (deInt32Hash(m_shaderType) ^ deInt32Hash(m_indexExprType));
1088 ShaderExecutorPtr shaderExecutor (createExecutor(renderCtx, m_shaderType, shaderSpec));