Lines Matching defs:Context
8 #include "experimental/graphite/include/Context.h"
24 Context::Context(sk_sp<Gpu> gpu) : fGpu(std::move(gpu)) {}
25 Context::~Context() {}
28 sk_sp<Context> Context::MakeMetal(const mtl::BackendContext& backendContext) {
34 return sk_sp<Context>(new Context(std::move(gpu)));
38 sk_sp<Recorder> Context::createRecorder() {
42 void Context::insertRecording(std::unique_ptr<Recording> recording) {
46 void Context::submit(SyncToCpu syncToCpu) {
57 void Context::preCompile(const PaintCombo& paintCombo) {