Lines Matching defs:make
190 // Note that Ganesh doesn't make use of the SkImageInfo's alphaType
225 sk_sp<SkSurface> make(GrDirectContext* dContext) const {
253 // We can't make SkSurfaces for vulkan secondary command buffers.
270 // Create a surface w/ the current parameters but make it non-textureable
400 sk_sp<SkSurface> s = params.make(dContext);
418 sk_sp<SkSurface> s = params.make(dContext);
432 sk_sp<SkSurface> s = params.make(dContext);
464 sk_sp<SkSurface> s = params.make(dContext);
485 sk_sp<SkSurface> s = params.make(dContext);
512 sk_sp<SkSurface> s = params.make(dContext);
553 sk_sp<SkSurface> s = params.make(dContext);
587 // If the original characterization is textureable then we will fail trying to make an
591 sk_sp<SkSurface> s = params.make(dContext);
753 sk_sp<SkSurface> s = params.make(context);
773 sk_sp<SkSurface> tmp = params.make(dContext);
782 sk_sp<SkSurface> s = params.make(dContext);
862 sk_sp<SkSurface> s = params.make(dContext);
991 // This fails because we always try to make a characterization that is textureable and we can't
1056 ERRORF(reporter, "Could not make texture.");