Lines Matching refs:createTexture
39 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kYes,
52 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kNo, 1,
78 // consistent with createTexture's result.
87 auto createTexture = [](SkISize dimensions, GrColorType colorType,
103 return rp->createTexture(dimensions, format, GrTextureType::k2D, renderable, 1,
125 // Check if 'isFormatTexturable' agrees with 'createTexture' and that the mipmap
131 sk_sp<GrSurface> tex = createTexture(kDims, combo.fColorType, combo.fFormat,
151 // Check if 'isFormatAsColorTypeRenderable' agrees with 'createTexture' (w/o MSAA)
155 sk_sp<GrSurface> tex = resourceProvider->createTexture(
164 // Check if 'isFormatAsColorTypeRenderable' agrees with 'createTexture' w/ MSAA
168 sk_sp<GrSurface> tex = resourceProvider->createTexture(