Home
last modified time | relevance | path

Searched refs:mockInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/gpu/
DGrSurfaceInfo.h73 GrSurfaceInfo(const GrMockSurfaceInfo& mockInfo) in GrSurfaceInfo() argument
76 , fSampleCount(mockInfo.fSampleCount) in GrSurfaceInfo()
77 , fLevelCount(mockInfo.fLevelCount) in GrSurfaceInfo()
78 , fProtected(mockInfo.fProtected) in GrSurfaceInfo()
79 , fMockSpec(mockInfo) {} in GrSurfaceInfo()
DGrBackendSurface.h299 const GrMockTextureInfo& mockInfo);
505 const GrMockRenderTargetInfo& mockInfo);
/third_party/flutter/skia/include/gpu/
DGrBackendSurface.h211 const GrMockTextureInfo& mockInfo);
359 const GrMockRenderTargetInfo& mockInfo);
/third_party/flutter/skia/src/gpu/
DGrBackendSurface.cpp362 const GrMockTextureInfo& mockInfo) in GrBackendTexture() argument
368 , fMockInfo(mockInfo) {} in GrBackendTexture()
712 const GrMockRenderTargetInfo& mockInfo) in GrBackendRenderTarget() argument
718 , fMockInfo(mockInfo) {} in GrBackendRenderTarget()
/third_party/skia/src/gpu/
DGrBackendSurface.cpp582 const GrMockTextureInfo& mockInfo) in GrBackendTexture() argument
589 , fMockInfo(mockInfo) {} in GrBackendTexture()
1032 const GrMockRenderTargetInfo& mockInfo) in GrBackendRenderTarget() argument
1038 , fMockInfo(mockInfo) {} in GrBackendRenderTarget()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/
Dsimulators_test.dart463 const BuildInfo mockInfo = BuildInfo(BuildMode.debug, 'flavor');
464 final DebuggingOptions mockOptions = DebuggingOptions.disabled(mockInfo);