Home
last modified time | relevance | path

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

/external/skia/include/gpu/mock/
DGrMockTypes.h87 struct GrMockOptions { struct
88 GrMockOptions() { in GrMockOptions() argument
104 struct ConfigOptions {
111 bool fMipmapSupport = false;
112 bool fDrawInstancedSupport = false;
113 bool fHalfFloatVertexAttributeSupport = false;
114 uint32_t fMapBufferFlags = 0;
115 int fMaxTextureSize = 2048;
116 int fMaxRenderTargetSize = 2048;
117 int fMaxWindowRectangles = 0;
[all …]
/external/skqp/include/gpu/mock/
DGrMockTypes.h37 struct GrMockOptions { struct
38 GrMockOptions() { in GrMockOptions() argument
49 struct ConfigOptions {
56 bool fInstanceAttribSupport = false;
57 bool fHalfFloatVertexAttributeSupport = false;
58 uint32_t fMapBufferFlags = 0;
59 int fMaxTextureSize = 2048;
60 int fMaxRenderTargetSize = 2048;
61 int fMaxVertexAttributes = 16;
62 ConfigOptions fConfigOptions[kGrPixelConfigCnt];
[all …]
/external/skqp/tests/
DGrCCPRTest.cpp185 virtual void customizeOptions(GrMockOptions*, GrContextOptions*) {} in customizeOptions() argument
385 void customizeOptions(GrMockOptions*, GrContextOptions* ctxOptions) override { in customizeOptions() argument
742 void customizeOptions(GrMockOptions*, GrContextOptions* ctxOptions) override { in customizeOptions() argument
/external/skia/tests/
DGrCCPRTest.cpp155 virtual void customizeOptions(GrMockOptions*, GrContextOptions*) {} in customizeOptions() argument