Lines Matching refs:budgeted
256 pixels, based on the width, height, and SkColorType in SkImageInfo. budgeted
281 static sk_sp<SkSurface> MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted,
288 pixels, based on the width, height, and SkColorType in SkImageInfo. budgeted
308 static sk_sp<SkSurface> MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted,
312 return MakeRenderTarget(context, budgeted, imageInfo, sampleCount,
321 pixels, based on the width, height, and SkColorType in SkImageInfo. budgeted
333 static sk_sp<SkSurface> MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted,
339 return MakeRenderTarget(context, budgeted, imageInfo, 0, kBottomLeft_GrSurfaceOrigin,
348 characterization. budgeted selects whether allocation for pixels is tracked by context.
356 SkBudgeted budgeted);