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

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp768 // FragmentShaderExecutor
770 class FragmentShaderExecutor : public FragmentOutExecutor class in namespace:deqp::gls::ShaderExecUtil
773 FragmentShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
774 ~FragmentShaderExecutor (void);
784 FragmentShaderExecutor::FragmentShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) function in class:deqp::gls::ShaderExecUtil::FragmentShaderExecutor
792 FragmentShaderExecutor::~FragmentShaderExecutor (void)
1512 case glu::SHADERTYPE_FRAGMENT: return new FragmentShaderExecutor (renderCtx, shaderSpec);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1508 // FragmentShaderExecutor
1510 class FragmentShaderExecutor : public FragmentOutExecutor class in namespace:vkt::shaderexecutor::__anon3879
1513 FragmentShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType);
1514 virtual ~FragmentShaderExecutor (void);
1522 FragmentShaderExecutor::FragmentShaderExecutor (const ShaderSpec& shaderSpec, glu::ShaderType shaderType) function in class:vkt::shaderexecutor::__anon3879::FragmentShaderExecutor
1527 FragmentShaderExecutor::~FragmentShaderExecutor (void)
1531 void FragmentShaderExecutor::setShaderSources (SourceCollections& programCollection) const
2932 case glu::SHADERTYPE_FRAGMENT: return new FragmentShaderExecutor (shaderSpe
[all...]

Completed in 224 milliseconds