Lines Matching refs:FragmentOutExecutor
482 class FragmentOutExecutor : public ShaderExecutor class
485 FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
486 ~FragmentOutExecutor (void);
520 FragmentOutExecutor::FragmentOutExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in FragmentOutExecutor() function in deqp::gls::ShaderExecUtil::FragmentOutExecutor
526 FragmentOutExecutor::~FragmentOutExecutor (void) in ~FragmentOutExecutor()
566 void FragmentOutExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
701 class VertexShaderExecutor : public FragmentOutExecutor
716 : FragmentOutExecutor (renderCtx, shaderSpec) in VertexShaderExecutor()
729 class GeometryShaderExecutor : public FragmentOutExecutor
756 : FragmentOutExecutor (renderCtx, shaderSpec) in GeometryShaderExecutor()
770 class FragmentShaderExecutor : public FragmentOutExecutor
785 : FragmentOutExecutor (renderCtx, shaderSpec) in FragmentShaderExecutor()