Home
last modified time | relevance | path

Searched refs:initFSAASupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h314 void initFSAASupport(const GrGLContextInfo&, const GrGLInterface*);
DGrGLGpu.h243 void initFSAASupport();
DGrGLCaps.cpp252 this->initFSAASupport(ctxInfo, gli); in init()
707 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initFSAASupport() function in GrGLCaps