Home | History | Annotate | Download | only in gpu

Lines Matching refs:backendContext

78 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) {
80 if (context->init(backend, backendContext)) {
106 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) {
109 fGpu = GrGpu::Create(backend, backendContext, this);