Lines Matching full:shaderexecutor
114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const std::string& varName)
131 const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderContext(), m_shaderType, m_varName));
136 if (!shaderExecutor->isOk())
138 shaderExecutor->log(m_testCtx.getLog());
142 shaderExecutor->useProgram();
143 shaderExecutor->execute(1, DE_NULL, &outputs);
151 shaderExecutor->log(m_testCtx.getLog());