Home
last modified time | relevance | path

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

/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/src/gpu/
DGrDirectContext.cpp714 GrBackendTexture beTex = gpu->createBackendTexture(dimensions, backendFormat, renderable, in create_and_clear_backend_texture() local
855 GrBackendTexture beTex = this->createBackendTexture(srcData[0].width(), in createBackendTexture() local
961 GrBackendTexture beTex = gpu->createCompressedBackendTexture(dimensions, backendFormat, in create_and_update_compressed_backend_texture() local
DGrProxyProvider.cpp574 const GrBackendTexture& beTex, in wrapCompressedBackendTexture()
/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.cpp1484 sk_sp<GrTexture> GrVkGpu::onWrapCompressedBackendTexture(const GrBackendTexture& beTex, in onWrapCompressedBackendTexture()