Lines Matching refs:format
36 auto format = context->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888,
39 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kYes,
52 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kNo, 1,
85 // TODO: Should only need format here but need to determine compression type from format
88 const GrBackendFormat& format, GrRenderable renderable,
90 SkImage::CompressionType compression = GrBackendFormatToCompressionType(format);
100 return rp->createCompressedTexture(dimensions, format, SkBudgeted::kNo,
103 return rp->createTexture(dimensions, format, GrTextureType::k2D, renderable, 1,
119 // Until we can create textures directly from the backend format this yields some
134 "ct:%s format:%s, tex:%d, isTexturable:%d",
146 "ct:%s format:%s, tex:%d, expectedMipMapability:%d",
159 "ct:%s format:%s, tex:%d, isRenderable:%d",
172 "ct:%s format:%s, tex:%d, isRenderable:%d",
237 "Failed on ct %s format %s 0x%08x is not 0x00000000 or 0xFF000000",
244 ERRORF(reporter, "Failed on ct %s format %s 0x%08x != 0x00000000",