Lines Matching refs:TessControlExecutor
1273 class TessControlExecutor : public BufferIoExecutor class
1276 …static TessControlExecutor* create (const glu::RenderContext& renderCtx, const ShaderSpec& sh…
1278 ~TessControlExecutor (void);
1287 TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
1290 TessControlExecutor* TessControlExecutor::create (const glu::RenderContext& renderCtx, const Shader… in create()
1294 return new TessControlExecutor(renderCtx, shaderSpec); in create()
1297 std::string TessControlExecutor::generateTessControlShader (const ShaderSpec& shaderSpec) in generateTessControlShader()
1349 TessControlExecutor::TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in TessControlExecutor() function in deqp::gls::ShaderExecUtil::TessControlExecutor
1358 TessControlExecutor::~TessControlExecutor (void) in ~TessControlExecutor()
1362 void TessControlExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
1523 …case glu::SHADERTYPE_TESSELLATION_CONTROL: return TessControlExecutor::create (renderCtx, shader… in createExecutor()