Searched refs:createVSImpl (Results 1 – 3 of 3) sorted by relevance
219 : this->createVSImpl(std::move(shader)); in createGLSLInstance()
259 GrGLSLPrimitiveProcessor* createVSImpl(std::unique_ptr<Shader>) const;
540 GrGLSLPrimitiveProcessor* GrCCCoverageProcessor::createVSImpl(std::unique_ptr<Shader> shadr) const { in createVSImpl() function in GrCCCoverageProcessor