Searched refs:rtInfo (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tools/sk_app/ |
H A D | DawnWindowContext.cpp | 71 GrDawnRenderTargetInfo rtInfo; in getBackbufferSurface() local 72 rtInfo.fTextureView = fSwapChain.GetCurrentTextureView(); in getBackbufferSurface() 73 rtInfo.fFormat = fSwapChainFormat; in getBackbufferSurface() 74 rtInfo.fLevelCount = 1; // FIXME in getBackbufferSurface() 76 rtInfo); in getBackbufferSurface()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockTexture.h | 162 const GrMockRenderTargetInfo& rtInfo) in GrMockTextureRenderTarget() 165 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) { in GrMockTextureRenderTarget() 176 const GrMockRenderTargetInfo& rtInfo, in GrMockTextureRenderTarget() 180 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) { in GrMockTextureRenderTarget() 155 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo) GrMockTextureRenderTarget() argument 170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
|
H A D | GrMockGpu.cpp | 116 GrMockRenderTargetInfo rtInfo(ct, NextInternalRenderTargetID()); in onCreateTexture() 119 mipmapStatus, texInfo, rtInfo)); in onCreateTexture() 201 GrMockRenderTargetInfo rtInfo(texInfo.colorType(), NextInternalRenderTargetID()); in onWrapRenderableBackendTexture() 206 rtInfo, cacheable)); in onWrapRenderableBackendTexture()
|
Completed in 4 milliseconds