Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1427 class TessEvaluationExecutor : private CheckTessSupport, public BufferIoExecutor class
1430 TessEvaluationExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
1431 ~TessEvaluationExecutor (void);
1463 std::string TessEvaluationExecutor::generateTessEvalShader (const ShaderSpec& shaderSpec) in generateTessEvalShader()
1492 TessEvaluationExecutor::TessEvaluationExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in TessEvaluationExecutor() function in deqp::gls::ShaderExecUtil::TessEvaluationExecutor
1502 TessEvaluationExecutor::~TessEvaluationExecutor (void) in ~TessEvaluationExecutor()
1506 void TessEvaluationExecutor::execute (int numValues, const void* const* inputs, void* const* output… in execute()
1540 …case glu::SHADERTYPE_TESSELLATION_EVALUATION: return new TessEvaluationExecutor (renderCtx, shader… in createExecutor()