Home
last modified time | relevance | path

Searched refs:rtInfo (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/mock/
DGrMockGpu.cpp100 GrMockRenderTargetInfo rtInfo; in onCreateTexture() local
101 rtInfo.fConfig = desc.fConfig; in onCreateTexture()
102 rtInfo.fID = NextInternalRenderTargetID(); in onCreateTexture()
104 texInfo, rtInfo)); in onCreateTexture()
142 GrMockRenderTargetInfo rtInfo; in onWrapRenderableBackendTexture() local
143 rtInfo.fConfig = texInfo.fConfig; in onWrapRenderableBackendTexture()
145 rtInfo.fID = NextInternalRenderTargetID(); in onWrapRenderableBackendTexture()
148 new GrMockTextureRenderTarget(this, desc, mipMapsStatus, texInfo, rtInfo, cacheable)); in onWrapRenderableBackendTexture()
177 GrMockRenderTargetInfo rtInfo; in onWrapBackendTextureAsRenderTarget() local
178 rtInfo.fConfig = texInfo.fConfig; in onWrapBackendTextureAsRenderTarget()
[all …]
DGrMockTexture.h161 const GrMockRenderTargetInfo& rtInfo) in GrMockTextureRenderTarget() argument
164 , GrMockRenderTarget(gpu, desc, rtInfo) { in GrMockTextureRenderTarget()
171 const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheble) in GrMockTextureRenderTarget() argument
174 , GrMockRenderTarget(gpu, desc, rtInfo) { in GrMockTextureRenderTarget()
/external/skia/src/gpu/mock/
DGrMockGpu.cpp100 GrMockRenderTargetInfo rtInfo; in onCreateTexture() local
101 rtInfo.fConfig = desc.fConfig; in onCreateTexture()
102 rtInfo.fID = NextInternalRenderTargetID(); in onCreateTexture()
104 texInfo, rtInfo)); in onCreateTexture()
142 GrMockRenderTargetInfo rtInfo; in onWrapRenderableBackendTexture() local
143 rtInfo.fConfig = texInfo.fConfig; in onWrapRenderableBackendTexture()
145 rtInfo.fID = NextInternalRenderTargetID(); in onWrapRenderableBackendTexture()
148 new GrMockTextureRenderTarget(this, desc, mipMapsStatus, texInfo, rtInfo, cacheable)); in onWrapRenderableBackendTexture()
177 GrMockRenderTargetInfo rtInfo; in onWrapBackendTextureAsRenderTarget() local
178 rtInfo.fConfig = texInfo.fConfig; in onWrapBackendTextureAsRenderTarget()
[all …]
DGrMockTexture.h131 const GrMockRenderTargetInfo& rtInfo) in GrMockTextureRenderTarget() argument
134 , GrMockRenderTarget(gpu, desc, rtInfo) { in GrMockTextureRenderTarget()
141 const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheble) in GrMockTextureRenderTarget() argument
144 , GrMockRenderTarget(gpu, desc, rtInfo) { in GrMockTextureRenderTarget()