/external/skia/src/gpu/gl/ |
D | GrGLContext.h | 27 class GrGLContextInfo { 29 GrGLContextInfo(const GrGLContextInfo&) = delete; 30 GrGLContextInfo& operator=(const GrGLContextInfo&) = delete; 32 virtual ~GrGLContextInfo() {} in ~GrGLContextInfo() 69 GrGLContextInfo(ConstructorArgs&&); 87 class GrGLContext : public GrGLContextInfo { 106 typedef GrGLContextInfo INHERITED;
|
D | GrGLCaps.h | 20 class GrGLContextInfo; variable 110 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, 447 void init(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*); 448 void initGLSL(const GrGLContextInfo&, const GrGLInterface*); 449 bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*); 451 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&, 458 void initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo&, 460 void initBlendEqationSupport(const GrGLContextInfo&); 461 void initStencilSupport(const GrGLContextInfo&); 463 void initConfigTable(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*,
|
D | GrGLContext.cpp | 91 GrGLContextInfo::GrGLContextInfo(ConstructorArgs&& args) { in GrGLContextInfo() function in GrGLContextInfo
|
D | GrGLCaps.cpp | 29 const GrGLContextInfo& ctxInfo, in GrGLCaps() 82 const GrGLContextInfo& ctxInfo, in init() 681 bool is_float_fp32(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrGLenum precision) { in is_float_fp32() 701 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initGLSL() 830 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport() 936 void GrGLCaps::initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxIn… in initFSAASupport() 1003 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport() 1034 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport() 1278 const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initConfigTable() 2408 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds()
|
D | GrGLGpu.h | 47 const GrGLContextInfo& ctxInfo() const { return *fGLContext; } in ctxInfo()
|
/external/skqp/src/gpu/gl/ |
D | GrGLContext.h | 27 class GrGLContextInfo { 29 GrGLContextInfo(const GrGLContextInfo&) = delete; 30 GrGLContextInfo& operator=(const GrGLContextInfo&) = delete; 32 virtual ~GrGLContextInfo() {} in ~GrGLContextInfo() 69 GrGLContextInfo(ConstructorArgs&&); 87 class GrGLContext : public GrGLContextInfo { 106 typedef GrGLContextInfo INHERITED;
|
D | GrGLCaps.h | 20 class GrGLContextInfo; variable 110 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, 447 void init(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*); 448 void initGLSL(const GrGLContextInfo&, const GrGLInterface*); 449 bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*); 451 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&, 458 void initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo&, 460 void initBlendEqationSupport(const GrGLContextInfo&); 461 void initStencilSupport(const GrGLContextInfo&); 463 void initConfigTable(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*,
|
D | GrGLContext.cpp | 91 GrGLContextInfo::GrGLContextInfo(ConstructorArgs&& args) { in GrGLContextInfo() function in GrGLContextInfo
|
D | GrGLCaps.cpp | 29 const GrGLContextInfo& ctxInfo, in GrGLCaps() 82 const GrGLContextInfo& ctxInfo, in init() 681 bool is_float_fp32(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrGLenum precision) { in is_float_fp32() 701 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initGLSL() 818 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport() 924 void GrGLCaps::initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxIn… in initFSAASupport() 996 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport() 1027 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport() 1271 const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initConfigTable() 2390 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds()
|
D | GrGLGpu.h | 47 const GrGLContextInfo& ctxInfo() const { return *fGLContext; } in ctxInfo()
|
/external/skqp/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrGLContextInfo; variable
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrGLContextInfo; variable
|