Searched refs:GeometryShaderExecutor (Results 1 – 1 of 1) sorted by relevance
592 class GeometryShaderExecutor : private CheckGeomSupport, public VertexProcessorExecutor class595 GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);598 GeometryShaderExecutor::GeometryShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSp… in GeometryShaderExecutor() function in deqp::gls::ShaderExecUtil::GeometryShaderExecutor1541 case glu::SHADERTYPE_GEOMETRY: return new GeometryShaderExecutor (renderCtx, shaderSpec); in createExecutor()