Home
last modified time | relevance | path

Searched refs:initCapsAndCompiler (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp81 this->initCapsAndCompiler(sk_make_sp<GrMockCaps>(contextOptions, options)); in GrMockGpu()
/third_party/skia/src/gpu/
DGrGpu.h668 void initCapsAndCompiler(sk_sp<const GrCaps> caps);
DGrGpu.cpp44 void GrGpu::initCapsAndCompiler(sk_sp<const GrCaps> caps) { in initCapsAndCompiler() function in GrGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp131 this->initCapsAndCompiler(sk_make_sp<GrDawnCaps>(options)); in GrDawnGpu()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp78 this->initCapsAndCompiler(sk_make_sp<GrD3DCaps>(contextOptions, in GrD3DGpu()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp225 this->initCapsAndCompiler(fVkCaps); in GrVkGpu()
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm85 this->initCapsAndCompiler(fMtlCaps);
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp355 this->initCapsAndCompiler(sk_ref_sp(fGLContext->caps())); in GrGLGpu()