Home
last modified time | relevance | path

Searched refs:FragmentShaderExecutor (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp609 class FragmentShaderExecutor : public ShaderExecutor class
612 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::FragmentShaderExecutor
665 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()