Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1325 class TessControlExecutor : private CheckTessSupport, public BufferIoExecutor class
1328 TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
1329 ~TessControlExecutor (void);
1337 std::string TessControlExecutor::generateTessControlShader (const ShaderSpec& shaderSpec) in generateTessControlShader()
1389 TessControlExecutor::TessControlExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& sh… in TessControlExecutor() function in deqp::gls::ShaderExecUtil::TessControlExecutor
1399 TessControlExecutor::~TessControlExecutor (void) in ~TessControlExecutor()
1403 void TessControlExecutor::execute (int numValues, const void* const* inputs, void* const* outputs) in execute()
1539 …case glu::SHADERTYPE_TESSELLATION_CONTROL: return new TessControlExecutor (renderCtx, shaderSpec… in createExecutor()