/third_party/skia/src/gpu/gl/ |
D | GrGLContext.h | 24 class GrGLContextInfo { 26 GrGLContextInfo(GrGLContextInfo&&) = default; 27 GrGLContextInfo& operator=(GrGLContextInfo&&) = default; 29 virtual ~GrGLContextInfo() {} in ~GrGLContextInfo() 59 GrGLContextInfo makeNonAngle() const; 62 GrGLContextInfo& operator=(const GrGLContextInfo&) = default; 63 GrGLContextInfo(const GrGLContextInfo&) = default; 72 GrGLContextInfo(ConstructorArgs&&); 83 class GrGLContext : public GrGLContextInfo { 98 using INHERITED = GrGLContextInfo;
|
D | GrGLContext.cpp | 78 GrGLContextInfo GrGLContextInfo::makeNonAngle() const { in makeNonAngle() 79 GrGLContextInfo copy = *this; in makeNonAngle() 98 GrGLContextInfo::GrGLContextInfo(ConstructorArgs&& args) { in GrGLContextInfo() function in GrGLContextInfo
|
D | GrGLCaps.h | 22 class GrGLContextInfo; variable 118 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, 500 void init(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*); 501 void initGLSL(const GrGLContextInfo&, const GrGLInterface*); 517 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&, 525 void initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo&, 527 void initBlendEqationSupport(const GrGLContextInfo&); 528 void initStencilSupport(const GrGLContextInfo&); 530 void initFormatTable(const GrGLContextInfo&, const GrGLInterface*, const FormatWorkarounds&); 531 void setupSampleCounts(const GrGLContextInfo&, const GrGLInterface*);
|
D | GrGLCaps.cpp | 31 const GrGLContextInfo& ctxInfo, in GrGLCaps() 94 const GrGLContextInfo& ctxInfo, in init() 842 bool is_float_fp32(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrGLenum precision) { in is_float_fp32() 862 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initGLSL() 1028 const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initFSAASupport() 1065 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport() 1093 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport() 1333 void GrGLCaps::initFormatTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initFormatTable() 3206 void GrGLCaps::setupSampleCounts(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in setupSampleCounts() 3528 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds()
|
D | GrGLGpu.h | 46 const GrGLContextInfo& ctxInfo() const { return *fGLContext; } in ctxInfo()
|
/third_party/flutter/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 | 22 class GrGLContextInfo; variable 108 GrGLCaps(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxInfo, 445 void init(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*); 446 void initGLSL(const GrGLContextInfo&, const GrGLInterface*); 447 bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*); 459 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&, 466 void initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo&, 468 void initBlendEqationSupport(const GrGLContextInfo&); 469 void initStencilSupport(const GrGLContextInfo&); 471 void initFormatTable(const GrGLContextInfo&, const GrGLInterface*, const FormatWorkarounds&); [all …]
|
D | GrGLContext.cpp | 104 GrGLContextInfo::GrGLContextInfo(ConstructorArgs&& args) { in GrGLContextInfo() function in GrGLContextInfo
|
D | GrGLCaps.cpp | 23 const GrGLContextInfo& ctxInfo, in GrGLCaps() 75 const GrGLContextInfo& ctxInfo, in init() 776 bool is_float_fp32(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, GrGLenum precision) { in is_float_fp32() 796 void GrGLCaps::initGLSL(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initGLSL() 936 bool GrGLCaps::hasPathRenderingSupport(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in hasPathRenderingSupport() 972 void GrGLCaps::initFSAASupport(const GrContextOptions& contextOptions, const GrGLContextInfo& ctxIn… in initFSAASupport() 1033 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport() 1066 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport() 1288 void GrGLCaps::initFormatTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initFormatTable() 2851 void GrGLCaps::setupSampleCounts(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in setupSampleCounts() [all …]
|
D | GrGLGpu.h | 48 const GrGLContextInfo& ctxInfo() const { return *fGLContext; } in ctxInfo()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrGLContextInfo; variable
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrGLContextInfo; variable
|