Searched defs:ShaderExecutor (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.hpp70 class ShaderExecutor class in namespace:deqp::gls::ShaderExecUtil
73 virtual ~ShaderExecutor (void);
91 ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; }
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; }
102 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const ShaderSpec& shaderSpec);
H A DglsShaderExecUtil.cpp381 // ShaderExecutor
383 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) function in class:deqp::gls::ShaderExecUtil::ShaderExecutor
390 ShaderExecutor::~ShaderExecutor (void)
394 void ShaderExecutor::useProgram (void)
402 class VertexProcessorExecutor : public ShaderExecutor
446 : ShaderExecutor (renderCtx, shaderSpec)
593 class FragmentShaderExecutor : public ShaderExecutor
640 : ShaderExecutor (renderCt
[all...]

Completed in 607 milliseconds