Home
last modified time | relevance | path

Searched defs:beTex (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tests/
DBackendAllocationTest.cpp751 GrBackendTexture beTex = context->createBackendTexture(32, 32, format, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
792 GrBackendTexture beTex = context->createBackendTexture(32, 32, format, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
/third_party/skia/src/gpu/
DGrDirectContext.cpp506 GrBackendTexture beTex = gpu->createBackendTexture(dimensions, backendFormat, renderable, in create_and_clear_backend_texture() local
647 GrBackendTexture beTex = this->createBackendTexture(srcData[0].width(), in createBackendTexture() local
753 GrBackendTexture beTex = gpu->createCompressedBackendTexture(dimensions, backendFormat, in create_and_update_compressed_backend_texture() local
DGrProxyProvider.cpp561 const GrBackendTexture& beTex, in wrapCompressedBackendTexture()
/third_party/skia/tools/
DDDLTileHelper.cpp196 GrBackendTexture beTex = direct->createBackendTexture(c.width(), c.height(), c.colorType(), in CreateBackendTexture() local
DDDLPromiseImageHelper.cpp130 auto beTex = direct->createBackendTexture(pm, in create_yuva_texture() local
/third_party/skia/tests/
DSurfaceTest.cpp397 GrBackendTexture beTex = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DImageTest.cpp1161 GrBackendTexture beTex = image->getBackendTexture(true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1292 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture()