Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h531 void setupSampleCounts(const GrGLContextInfo&, const GrGLInterface*);
DGrGLCaps.cpp3230 this->setupSampleCounts(ctxInfo, gli); in initFormatTable()
3261 void GrGLCaps::setupSampleCounts(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in setupSampleCounts() function in GrGLCaps