Searched refs:FragmentShaderExecutor (Results 1 – 1 of 1) sorted by relevance
609 class FragmentShaderExecutor : public ShaderExecutor class612 FragmentShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);613 ~FragmentShaderExecutor (void);655 FragmentShaderExecutor::FragmentShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in FragmentShaderExecutor() function in deqp::gls::ShaderExecUtil::FragmentShaderExecutor665 FragmentShaderExecutor::~FragmentShaderExecutor (void) in ~FragmentShaderExecutor()705 void FragmentShaderExecutor::execute (int numValues, const void* const* inputs, void* const* output… in execute()1542 case glu::SHADERTYPE_FRAGMENT: return new FragmentShaderExecutor (renderCtx, shaderSpec); in createExecutor()