Home
last modified time | relevance | path

Searched refs:onCreateTexture (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/gpu/mock/
DGrMockGpu.h58 sk_sp<GrTexture> onCreateTexture(SkISize,
DGrMockGpu.cpp94 sk_sp<GrTexture> GrMockGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrMockGpu
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h63 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&,
DGrMockGpu.cpp145 sk_sp<GrTexture> GrMockGpu::onCreateTexture(const GrSurfaceDesc& desc, in onCreateTexture() function in GrMockGpu
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h90 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc,
DGrDawnGpu.cpp119 sk_sp<GrTexture> GrDawnGpu::onCreateTexture(const GrSurfaceDesc& desc, in onCreateTexture() function in GrDawnGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h113 sk_sp<GrTexture> onCreateTexture(SkISize,
DGrDawnGpu.cpp221 sk_sp<GrTexture> GrDawnGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrDawnGpu
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h138 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc& desc,
DGrMtlGpu.mm395 sk_sp<GrTexture> GrMtlGpu::onCreateTexture(const GrSurfaceDesc& desc, function
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.h158 sk_sp<GrTexture> onCreateTexture(SkISize,
DGrMtlGpu.mm544 sk_sp<GrTexture> GrMtlGpu::onCreateTexture(SkISize dimensions, function
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h134 sk_sp<GrTexture> onCreateTexture(SkISize,
DGrD3DGpu.cpp296 sk_sp<GrTexture> GrD3DGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrD3DGpu
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h194 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&,
DGrVkGpu.cpp951 sk_sp<GrTexture> GrVkGpu::onCreateTexture(const GrSurfaceDesc& desc, in onCreateTexture() function in GrVkGpu
/third_party/flutter/skia/src/gpu/
DGrGpu.h552 virtual sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&,
DGrGpu.cpp186 sk_sp<GrTexture> tex = this->onCreateTexture(desc, in createTexture()
/third_party/skia/src/gpu/vk/
DGrVkGpu.h240 sk_sp<GrTexture> onCreateTexture(SkISize,
DGrVkGpu.cpp1038 sk_sp<GrTexture> GrVkGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrVkGpu
/third_party/skia/src/gpu/
DGrGpu.h707 virtual sk_sp<GrTexture> onCreateTexture(SkISize dimensions,
DGrGpu.cpp129 auto tex = this->onCreateTexture(dimensions, in createTextureCommon()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h194 sk_sp<GrTexture> onCreateTexture(const GrSurfaceDesc&,
/third_party/skia/src/gpu/gl/
DGrGLGpu.h245 sk_sp<GrTexture> onCreateTexture(SkISize dimensions,
DGrGLGpu.cpp1350 sk_sp<GrTexture> GrGLGpu::onCreateTexture(SkISize dimensions, in onCreateTexture() function in GrGLGpu

12