Home
last modified time | relevance | path

Searched refs:GrGLGetDriverInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLContext.cpp26 args.fDriverInfo = GrGLGetDriverInfo(interface.get()); in Make()
DGrGLUtil.h305 GrGLDriverInfo GrGLGetDriverInfo(const GrGLInterface*);
DGrGLUtil.cpp656 GrGLDriverInfo GrGLGetDriverInfo(const GrGLInterface* interface) { in GrGLGetDriverInfo() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLContext.cpp84 GrGLGetDriverInfo(interface->fStandard, args.fVendor, renderer, ver, in Make()
DGrGLUtil.h195 void GrGLGetDriverInfo(GrGLStandard standard,
DGrGLUtil.cpp104 void GrGLGetDriverInfo(GrGLStandard standard, in GrGLGetDriverInfo() function
/third_party/skia/tools/gpu/
DGrContextFactory.cpp190 GrGLDriverInfo info = GrGLGetDriverInfo(glCtx->gl()); in getContextInfoInternal()