HomeSort by relevance Sort by last modified time
    Searched defs:ShaderExecutor (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderExecUtil.hpp 70 class ShaderExecutor
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);
glsShaderExecUtil.cpp 381 // ShaderExecutor
383 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec)
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 (renderCtx, shaderSpec
    [all...]

Completed in 263 milliseconds