Lines Matching defs:texInfo
114 GrMockTextureInfo texInfo(ct, SkImage::CompressionType::kNone, NextInternalTextureID());
119 mipmapStatus, texInfo, rtInfo));
122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo));
145 GrMockTextureInfo texInfo(GrColorType::kUnknown,
150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo));
168 GrMockTextureInfo texInfo;
169 SkAssertResult(tex.getMockTextureInfo(&texInfo));
171 SkImage::CompressionType compression = texInfo.compressionType();
180 texInfo, wrapType, ioType));
193 GrMockTextureInfo texInfo;
194 SkAssertResult(tex.getMockTextureInfo(&texInfo));
195 SkASSERT(texInfo.compressionType() == SkImage::CompressionType::kNone);
201 GrMockRenderTargetInfo rtInfo(texInfo.colorType(), NextInternalRenderTargetID());
205 isProtected, mipmapStatus, texInfo,