Searched refs:GrGLContextInfo (Results 1 – 6 of 6) sorted by relevance
/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() 1038 const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in initFSAASupport() 1075 void GrGLCaps::initBlendEqationSupport(const GrGLContextInfo& ctxInfo) { in initBlendEqationSupport() 1103 void GrGLCaps::initStencilSupport(const GrGLContextInfo& ctxInfo) { in initStencilSupport() 1343 void GrGLCaps::initFormatTable(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli, in initFormatTable() 3261 void GrGLCaps::setupSampleCounts(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) { in setupSampleCounts() 3583 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds()
|
D | GrGLGpu.h | 46 const GrGLContextInfo& ctxInfo() const { return *fGLContext; } in ctxInfo()
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.h | 21 class GrGLContextInfo; variable
|