Home
last modified time | relevance | path

Searched defs:ctxInfo (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.cpp59 void GrGLCaps::init(const GrGLContextInfo& ctxInfo) { in init()
136 void GrGLCaps::initFSAASupport(const GrGLContextInfo& ctxInfo) { in initFSAASupport()
162 void GrGLCaps::initStencilFormats(const GrGLContextInfo& ctxInfo) { in initStencilFormats()
DGrGpuGLShaders.cpp298 GrGpuGLShaders::GrGpuGLShaders(const GrGLContextInfo& ctxInfo) in GrGpuGLShaders()
DGrGpuGL.cpp180 GrGpuGL::GrGpuGL(const GrGLContextInfo& ctxInfo) : fGLContextInfo(ctxInfo) { in GrGpuGL()
/external/skia/src/gpu/
DGrGpuFactory.cpp42 GrGLContextInfo ctxInfo(glInterface); in Create() local