Searched refs:VSImpl (Results 1 – 4 of 4) 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()545 return new VSImpl(std::move(shadr), 3); in createVSImpl()549 return new VSImpl(std::move(shadr), 4); in createVSImpl()
209 class VSImpl; variable
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()