Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp592 class GeometryShaderExecutor : private CheckGeomSupport, public VertexProcessorExecutor class
595 GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
598 GeometryShaderExecutor::GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in GeometryShaderExecutor() function in deqp::gls::ShaderExecUtil::GeometryShaderExecutor
1541 case glu::SHADERTYPE_GEOMETRY: return new GeometryShaderExecutor (renderCtx, shaderSpec); in createExecutor()