Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1298 class CheckTessSupport class
1307 inline CheckTessSupport (const glu::RenderContext& renderCtx, Stage stage) in CheckTessSupport() function in deqp::gls::ShaderExecUtil::CheckTessSupport
1325 class TessControlExecutor : private CheckTessSupport, public BufferIoExecutor
1390 : CheckTessSupport (renderCtx, STAGE_CONTROL) in TessControlExecutor()
1427 class TessEvaluationExecutor : private CheckTessSupport, public BufferIoExecutor
1493 : CheckTessSupport (renderCtx, STAGE_EVAL) in TessEvaluationExecutor()