Home
last modified time | relevance | path

Searched refs:hasPathRenderingSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h367 bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*);
DGrGLCaps.cpp274 glslCaps->fPathRenderingSupport = this->hasPathRenderingSupport(ctxInfo, gli); in init()
717 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport() function in GrGLCaps