/aosp_15_r20/external/skia/tests/ |
H A D | BackendAllocationTest.cpp | 109 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 D | VkBackendSurfaceTest.cpp | 57 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 D | VkWrapTests.cpp | 52 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 D | ProxyTest.cpp | 330 auto mbet = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 361 auto mbet = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
H A D | EGLImageTest.cpp | 121 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData(context1.get(), in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
|
H A D | GrFinishedFlushTest.cpp | 181 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeFromInfo( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
H A D | DeferredDisplayListTest.cpp | 972 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 D | TextureProxyTest.cpp | 155 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in create_wrapped_backend() local
|
H A D | GrMipMappedTest.cpp | 110 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
H A D | GrPorterDuffTest.cpp | 1101 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST() local
|
H A D | GrSurfaceTest.cpp | 462 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithData(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
H A D | PromiseImageTest.cpp | 263 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData(ctx, in DEF_GANESH_TEST() local
|
H A D | ImageTest.cpp | 578 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 D | ResourceAllocatorTest.cpp | 111 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in make_backend() local
|
H A D | ResourceCacheTest.cpp | 253 auto mbet = sk_gpu_test::ManagedBackendTexture::MakeWithoutData( in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
H A D | SurfaceTest.cpp | 1028 sk_sp<sk_gpu_test::ManagedBackendTexture> mbet; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | ManagedBackendTexture.cpp | 184 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 D | BackendTextureImageFactory.cpp | 36 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 D | BackendSurfaceFactory.cpp | 39 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 D | YUVUtils.cpp | 436 sk_sp<ManagedGraphiteTexture> mbet; in ensureYUVImage() local
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | ImageWrapTextureMipmapsTest.cpp | 47 auto mbet = sk_gpu_test::ManagedGraphiteTexture::MakeMipmappedFromPixmaps(recorder.get(), in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|