HomeSort by relevance Sort by last modified time
    Searched defs:mockOptions (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
GrCCPRTest.cpp 119 GrMockOptions mockOptions;
120 mockOptions.fInstanceAttribSupport = true;
121 mockOptions.fMapBufferFlags = GrCaps::kCanMap_MapFlag;
122 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fRenderability =
124 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
125 mockOptions.fGeometryShaderSupport = true;
126 mockOptions.fIntegerSupport = true;
127 mockOptions.fFlatInterpolationSupport = true;
133 fMockContext = GrContext::MakeMock(&mockOptions, ctxOptions);
LazyProxyTest.cpp 182 GrMockOptions mockOptions;
183 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fRenderability =
185 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
186 sk_sp<GrContext> ctx = GrContext::MakeMock(&mockOptions, GrContextOptions());
208 GrMockOptions mockOptions;
209 sk_sp<GrContext> ctx = GrContext::MakeMock(&mockOptions, GrContextOptions());
311 GrMockOptions mockOptions;
312 sk_sp<GrContext> ctx = GrContext::MakeMock(&mockOptions, GrContextOptions());
  /external/skqp/tests/
GrCCPRTest.cpp 119 GrMockOptions mockOptions;
120 mockOptions.fInstanceAttribSupport = true;
121 mockOptions.fMapBufferFlags = GrCaps::kCanMap_MapFlag;
122 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fRenderable[0] = true;
123 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
124 mockOptions.fGeometryShaderSupport = true;
125 mockOptions.fIntegerSupport = true;
126 mockOptions.fFlatInterpolationSupport = true;
132 fMockContext = GrContext::MakeMock(&mockOptions, ctxOptions);
LazyProxyTest.cpp 181 GrMockOptions mockOptions;
182 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fRenderable[0] = true;
183 mockOptions.fConfigOptions[kAlpha_half_GrPixelConfig].fTexturable = true;
184 sk_sp<GrContext> ctx = GrContext::MakeMock(&mockOptions, GrContextOptions());
206 GrMockOptions mockOptions;
207 sk_sp<GrContext> ctx = GrContext::MakeMock(&mockOptions, GrContextOptions());
298 GrMockOptions mockOptions;
299 sk_sp<GrContext> ctx = GrContext::MakeMock(&mockOptions, GrContextOptions());

Completed in 118 milliseconds