Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLContext.cpp26 args.fDriverInfo = GrGLGetDriverInfo(interface.get()); in Make()
DGrGLUtil.h238 GrGLDriverInfo GrGLGetDriverInfo(const GrGLInterface*);
DGrGLUtil.cpp607 GrGLDriverInfo GrGLGetDriverInfo(const GrGLInterface* interface) { in GrGLGetDriverInfo() function
/external/skqp/src/gpu/gl/
DGrGLContext.cpp71 GrGLGetDriverInfo(interface->fStandard, args.fVendor, renderer, ver, in Make()
DGrGLUtil.h177 void GrGLGetDriverInfo(GrGLStandard standard,
DGrGLUtil.cpp96 void GrGLGetDriverInfo(GrGLStandard standard, in GrGLGetDriverInfo() function
/external/skia/tools/gpu/
DGrContextFactory.cpp191 GrGLDriverInfo info = GrGLGetDriverInfo(glCtx->gl()); in getContextInfoInternal()