Home
last modified time | relevance | path

Searched refs:createCompressedTexture (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrResourceProvider.h119 sk_sp<GrTexture> createCompressedTexture(int width, int height, const GrBackendFormat&,
DGrResourceProvider.cpp207 sk_sp<GrTexture> GrResourceProvider::createCompressedTexture(int width, int height, in createCompressedTexture() function in GrResourceProvider
215 return fGpu->createCompressedTexture(width, height, format, compression, budgeted, data->data(), in createCompressedTexture()
DGrGpu.h130 sk_sp<GrTexture> createCompressedTexture(int width, int height, const GrBackendFormat&,
DGrGpu.cpp221 sk_sp<GrTexture> GrGpu::createCompressedTexture(int width, int height, in createCompressedTexture() function in GrGpu
DGrProxyProvider.cpp557 return LazyInstantiationResult(resourceProvider->createCompressedTexture( in createCompressedTextureProxy()
/third_party/skia/src/gpu/
DGrResourceProvider.h130 sk_sp<GrTexture> createCompressedTexture(SkISize dimensions,
DGrResourceProvider.cpp179 sk_sp<GrTexture> GrResourceProvider::createCompressedTexture(SkISize dimensions, in createCompressedTexture() function in GrResourceProvider
189 return fGpu->createCompressedTexture(dimensions, format, budgeted, mipmapped, in createCompressedTexture()
DGrGpu.h163 sk_sp<GrTexture> createCompressedTexture(SkISize dimensions,
DGrGpu.cpp251 sk_sp<GrTexture> GrGpu::createCompressedTexture(SkISize dimensions, in createCompressedTexture() function in GrGpu
DGrProxyProvider.cpp513 return LazyCallbackResult(resourceProvider->createCompressedTexture( in createCompressedTextureProxy()
/third_party/skia/tests/
DGrSurfaceTest.cpp100 return rp->createCompressedTexture(dimensions, format, SkBudgeted::kNo, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/flutter/skia/tests/
DGrSurfaceTest.cpp109 return rp->createCompressedTexture(width, height, format, in DEF_GPUTEST_FOR_ALL_CONTEXTS()