Searched refs:initCapsAndCompiler (Results 1 – 8 of 8) sorted by relevance
81 this->initCapsAndCompiler(sk_make_sp<GrMockCaps>(contextOptions, options)); in GrMockGpu()
652 void initCapsAndCompiler(sk_sp<const GrCaps> caps);
46 void GrGpu::initCapsAndCompiler(sk_sp<const GrCaps> caps) { in initCapsAndCompiler() function in GrGpu
131 this->initCapsAndCompiler(sk_make_sp<GrDawnCaps>(options)); in GrDawnGpu()
78 this->initCapsAndCompiler(sk_make_sp<GrD3DCaps>(contextOptions, in GrD3DGpu()
225 this->initCapsAndCompiler(fVkCaps); in GrVkGpu()
153 this->initCapsAndCompiler(fMtlCaps);
354 this->initCapsAndCompiler(sk_ref_sp(fGLContext->caps())); in GrGLGpu()