Searched refs:hasPathRenderingSupport (Results 1 – 2 of 2) sorted by relevance
367 bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*);
274 glslCaps->fPathRenderingSupport = this->hasPathRenderingSupport(ctxInfo, gli); in init()717 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport() function in GrGLCaps