Lines Matching refs:texInfo
96 GrMockTextureInfo texInfo; in onCreateTexture() local
97 texInfo.fConfig = desc.fConfig; in onCreateTexture()
98 texInfo.fID = NextInternalTextureID(); in onCreateTexture()
104 texInfo, rtInfo)); in onCreateTexture()
106 return sk_sp<GrTexture>(new GrMockTexture(this, budgeted, desc, mipMapsStatus, texInfo)); in onCreateTexture()
135 GrMockTextureInfo texInfo; in onWrapRenderableBackendTexture() local
136 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapRenderableBackendTexture()
137 desc.fConfig = texInfo.fConfig; in onWrapRenderableBackendTexture()
143 rtInfo.fConfig = texInfo.fConfig; in onWrapRenderableBackendTexture()
148 new GrMockTextureRenderTarget(this, desc, mipMapsStatus, texInfo, rtInfo, cacheable)); in onWrapRenderableBackendTexture()
172 GrMockTextureInfo texInfo; in onWrapBackendTextureAsRenderTarget() local
173 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTextureAsRenderTarget()
174 desc.fConfig = texInfo.fConfig; in onWrapBackendTextureAsRenderTarget()
178 rtInfo.fConfig = texInfo.fConfig; in onWrapBackendTextureAsRenderTarget()