Searched refs:VSImpl (Results 1 – 2 of 2) sorted by relevance
14 class GrCCCoverageProcessor::VSImpl : public GrGLSLGeometryProcessor { class in GrCCCoverageProcessor16 VSImpl(std::unique_ptr<Shader> shader, int numSides) in VSImpl() function in GrCCCoverageProcessor::VSImpl254 void GrCCCoverageProcessor::VSImpl::onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) { in onEmitCode()544 return new VSImpl(std::move(shadr), 3); in createVSImpl()548 return new VSImpl(std::move(shadr), 4); in createVSImpl()
209 class VSImpl; variable