Home
last modified time | relevance | path

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

12

/third_party/skia/src/gpu/mock/
DGrMockGpu.h67 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrMockGpu.cpp126 sk_sp<GrTexture> GrMockGpu::onCreateCompressedTexture(SkISize dimensions, in onCreateCompressedTexture() function in GrMockGpu
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h72 sk_sp<GrTexture> onCreateCompressedTexture(int width, int height, const GrBackendFormat&,
DGrMockGpu.cpp173 sk_sp<GrTexture> GrMockGpu::onCreateCompressedTexture(int width, int height, const GrBackendFormat&, in onCreateCompressedTexture() function in GrMockGpu
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h99 sk_sp<GrTexture> onCreateCompressedTexture(int width, int height, const GrBackendFormat&,
DGrDawnGpu.cpp154 sk_sp<GrTexture> GrDawnGpu::onCreateCompressedTexture(int width, int height, const GrBackendFormat&, in onCreateCompressedTexture() function in GrDawnGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h122 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrDawnGpu.cpp245 sk_sp<GrTexture> GrDawnGpu::onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat&, in onCreateCompressedTexture() function in GrDawnGpu
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h146 sk_sp<GrTexture> onCreateCompressedTexture(int width, int height, const GrBackendFormat&, in onCreateCompressedTexture() function
DGrMtlCaps.mm733 // GrMtlGpu::onCreateCompressedTexture() not implemented.
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.h166 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrMtlGpu.mm585 sk_sp<GrTexture> GrMtlGpu::onCreateCompressedTexture(SkISize dimensions, function
654 [blitCmdEncoder pushDebugGroup:@"onCreateCompressedTexture"];
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h143 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrD3DGpu.cpp344 sk_sp<GrTexture> GrD3DGpu::onCreateCompressedTexture(SkISize dimensions, in onCreateCompressedTexture() function in GrD3DGpu
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h202 sk_sp<GrTexture> onCreateCompressedTexture(int width, int height, const GrBackendFormat&,
DGrVkGpu.cpp1056 sk_sp<GrTexture> GrVkGpu::onCreateCompressedTexture(int width, int height, in onCreateCompressedTexture() function in GrVkGpu
/third_party/flutter/skia/src/gpu/
DGrGpu.h559 virtual sk_sp<GrTexture> onCreateCompressedTexture(int width, int height,
DGrGpu.cpp246 return this->onCreateCompressedTexture(width, height, format, compressionType, budgeted, data); in createCompressedTexture()
/third_party/skia/src/gpu/vk/
DGrVkGpu.h248 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrVkGpu.cpp1102 sk_sp<GrTexture> GrVkGpu::onCreateCompressedTexture(SkISize dimensions, in onCreateCompressedTexture() function in GrVkGpu
/third_party/skia/src/gpu/
DGrGpu.h715 virtual sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrGpu.cpp283 return this->onCreateCompressedTexture(dimensions, format, budgeted, mipMapped, isProtected, in createCompressedTexture()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h202 sk_sp<GrTexture> onCreateCompressedTexture(int width, int height, const GrBackendFormat&,
/third_party/skia/src/gpu/gl/
DGrGLGpu.h253 sk_sp<GrTexture> onCreateCompressedTexture(SkISize dimensions,
DGrGLGpu.cpp1455 sk_sp<GrTexture> GrGLGpu::onCreateCompressedTexture(SkISize dimensions, in onCreateCompressedTexture() function in GrGLGpu

12