Lines Matching refs:texInfo
114 GrMockTextureInfo texInfo(ct, SkImage::CompressionType::kNone, NextInternalTextureID()); in onCreateTexture() local
119 mipmapStatus, texInfo, rtInfo)); in onCreateTexture()
122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateTexture()
145 GrMockTextureInfo texInfo(GrColorType::kUnknown, in onCreateCompressedTexture() local
150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateCompressedTexture()
157 GrMockTextureInfo texInfo; in onWrapBackendTexture() local
158 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapBackendTexture()
160 SkImage::CompressionType compression = texInfo.compressionType(); in onWrapBackendTexture()
169 texInfo, wrapType, ioType)); in onWrapBackendTexture()
182 GrMockTextureInfo texInfo; in onWrapRenderableBackendTexture() local
183 SkAssertResult(tex.getMockTextureInfo(&texInfo)); in onWrapRenderableBackendTexture()
184 SkASSERT(texInfo.compressionType() == SkImage::CompressionType::kNone); in onWrapRenderableBackendTexture()
190 GrMockRenderTargetInfo rtInfo(texInfo.colorType(), NextInternalRenderTargetID()); in onWrapRenderableBackendTexture()
194 isProtected, mipmapStatus, texInfo, in onWrapRenderableBackendTexture()