Home
last modified time | relevance | path

Searched defs:GrMockOptions (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/include/gpu/mock/
DGrMockTypes.h76 struct GrMockOptions { struct
77 GrMockOptions() { in GrMockOptions() argument
89 struct ConfigOptions {
96 bool fInstanceAttribSupport = false;
97 bool fHalfFloatVertexAttributeSupport = false;
98 uint32_t fMapBufferFlags = 0;
99 int fMaxTextureSize = 2048;
100 int fMaxRenderTargetSize = 2048;
101 int fMaxVertexAttributes = 16;
102 ConfigOptions fConfigOptions[kGrColorTypeCnt];
[all …]
/third_party/skia/include/gpu/mock/
DGrMockTypes.h96 struct GrMockOptions { struct
97 GrMockOptions() { in GrMockOptions() function
113 struct ConfigOptions {
120 bool fMipmapSupport = false;
121 bool fDrawInstancedSupport = false;
122 bool fHalfFloatVertexAttributeSupport = false;
123 uint32_t fMapBufferFlags = 0;
124 int fMaxTextureSize = 2048;
125 int fMaxRenderTargetSize = 2048;
126 int fMaxWindowRectangles = 0;
[all …]
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp188 virtual void customizeOptions(GrMockOptions*, GrContextOptions*) {} in customizeOptions() argument
390 void customizeOptions(GrMockOptions*, GrContextOptions* ctxOptions) override { in customizeOptions() argument
747 void customizeOptions(GrMockOptions*, GrContextOptions* ctxOptions) override { in customizeOptions() argument