Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrDirectContext.cpp476 GrBackendTexture beTex = gpu->createBackendTexture(dimensions, backendFormat, renderable, in create_and_update_backend_texture() local
478 if (!beTex.isValid()) { in create_and_update_backend_texture()
482 if (!dContext->priv().getGpu()->updateBackendTexture(beTex, in create_and_update_backend_texture()
485 dContext->deleteBackendTexture(beTex); in create_and_update_backend_texture()
488 return beTex; in create_and_update_backend_texture()
659 GrBackendTexture beTex = gpu->createCompressedBackendTexture(dimensions, backendFormat, in create_and_update_compressed_backend_texture() local
661 if (!beTex.isValid()) { in create_and_update_compressed_backend_texture()
666 beTex, std::move(finishedCallback), data)) { in create_and_update_compressed_backend_texture()
667 dContext->deleteBackendTexture(beTex); in create_and_update_compressed_backend_texture()
670 return beTex; in create_and_update_compressed_backend_texture()
H A DGrProxyProvider.cpp526 const GrBackendTexture& beTex, in wrapCompressedBackendTexture() argument
542 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DBackendAllocationTest.cpp984 GrBackendTexture beTex = dContext->createBackendTexture(32, 32, format, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
988 check_vk_layout(beTex, VkLayout::kUndefined); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
989 return beTex; in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
1038 GrBackendTexture beTex = dContext->createBackendTexture(32, 32, format, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
1045 check_vk_layout(beTex, VkLayout::kReadOnlyOptimal); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
1046 return beTex; in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp124 auto beTex = direct->createBackendTexture(&pm, 1, GrRenderable::kNo, GrProtected::kNo, in create_yuva_texture() local
126 if (beTex.isValid()) { in create_yuva_texture()
132 return beTex; in create_yuva_texture()
H A DDDLTileHelper.cpp215 GrBackendTexture beTex = direct->createBackendTexture(c.width(), c.height(), c.colorType(), in CreateBackendTexture() local
218 tile->fCallbackContext->setBackendTexture(beTex); in CreateBackendTexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp501 sk_sp<GrTextureProxy> GrProxyProvider::wrapCompressedBackendTexture(const GrBackendTexture& beTex, in wrapCompressedBackendTexture() argument
518 sk_sp<GrTexture> tex = resourceProvider->wrapCompressedBackendTexture(beTex, ownership, in wrapCompressedBackendTexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1236 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture() argument
1240 if (!beTex.getVkImageInfo(&imageInfo)) { in onWrapCompressedBackendTexture()
1252 if (beTex.isProtected() && (fProtectedContext == GrProtected::kNo)) { in onWrapCompressedBackendTexture()
1256 sk_sp<GrVkImageLayout> layout = beTex.getGrVkImageLayout(); in onWrapCompressedBackendTexture()
1258 return GrVkTexture::MakeWrappedTexture(this, beTex.dimensions(), ownership, cacheable, in onWrapCompressedBackendTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1317 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture() argument
1320 return this->onWrapBackendTexture(beTex, ownership, cacheable, kRead_GrIOType); in onWrapCompressedBackendTexture()