Home
last modified time | relevance | path

Searched defs:mbet (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DBackendAllocationTest.cpp109 sk_sp<ManagedBackendTexture> mbet = create(dContext, mipmapped, renderable); in test_wrapping() local
378 sk_sp<ManagedBackendTexture> mbet = create(dContext, color, mipmapped, renderable); in test_color_init() local
524 sk_sp<ManagedBackendTexture> mbet = create(dContext, pixmaps, numMipLevels, origin, renderable); in test_pixmap_init() local
688 auto mbet = ManagedBackendTexture::MakeWithoutData(dContext, in color_type_backend_allocation_test() local
715 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in color_type_backend_allocation_test() local
746 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in color_type_backend_allocation_test() local
1056 auto mbet = ManagedBackendTexture::MakeWithoutData(dContext, in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
1108 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
H A DVkBackendSurfaceTest.cpp57 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
112 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
H A DVkWrapTests.cpp52 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in wrap_tex_test() local
168 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in wrap_trt_test() local
H A DProxyTest.cpp330 auto mbet = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
361 auto mbet = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
H A DEGLImageTest.cpp121 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData(context1.get(), in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
H A DGrFinishedFlushTest.cpp181 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeFromInfo( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
H A DDeferredDisplayListTest.cpp972 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
1198 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeFromInfo(context, ii, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
H A DTextureProxyTest.cpp155 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in create_wrapped_backend() local
H A DGrMipMappedTest.cpp110 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
H A DGrPorterDuffTest.cpp1101 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST() local
H A DGrSurfaceTest.cpp462 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
H A DPromiseImageTest.cpp263 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData(ctx, in DEF_GANESH_TEST() local
H A DImageTest.cpp578 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
942 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData(dContext, in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
H A DResourceAllocatorTest.cpp111 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in make_backend() local
H A DResourceCacheTest.cpp253 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
H A DSurfaceTest.cpp1028 sk_sp<sk_gpu_test::ManagedBackendTexture> mbet; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/aosp_15_r20/external/skia/tools/gpu/
H A DManagedBackendTexture.cpp184 sk_sp<ManagedGraphiteTexture> mbet(new ManagedGraphiteTexture); in MakeUnInit() local
208 sk_sp<ManagedGraphiteTexture> mbet = MakeUnInit(recorder, src.info(), mipmapped, renderable, in MakeFromPixmap() local
246 sk_sp<ManagedGraphiteTexture> mbet = MakeUnInit(recorder, in MakeMipmappedFromPixmaps() local
267 sk_sp<ManagedGraphiteTexture> mbet(new ManagedGraphiteTexture); in MakeFromCompressedData() local
H A DBackendTextureImageFactory.cpp36 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage() local
67 auto mbet = ManagedBackendTexture::MakeWithData(dContext, in MakeBackendTextureImage() local
97 auto mbet = ManagedGraphiteTexture::MakeFromPixmap(recorder, in MakeBackendTextureImage() local
H A DBackendSurfaceFactory.cpp39 auto mbet = ManagedBackendTexture::MakeWithoutData(dContext, in MakeBackendTextureSurface() local
127 sk_sp<ManagedGraphiteTexture> mbet = ManagedGraphiteTexture::MakeUnInit(recorder, in MakeBackendTextureSurface() local
158 auto mbet = ManagedGraphiteTexture::MakeUnInit(recorder, in MakeBackendTextureViewSurface() local
H A DYUVUtils.cpp436 sk_sp<ManagedGraphiteTexture> mbet; in ensureYUVImage() local
/aosp_15_r20/external/skia/tests/graphite/
H A DImageWrapTextureMipmapsTest.cpp47 auto mbet = sk_gpu_test::ManagedGraphiteTexture::MakeMipmappedFromPixmaps(recorder.get(), in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local