Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h374 void initStencilFormats(const GrGLContextInfo&);
H A DGrGLGpu.h330 void initStencilFormats();
H A DGrGLCaps.cpp346 this->initStencilFormats(ctxInfo); in init()
1019 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) { in initStencilFormats() function in GrGLCaps