Home
last modified time | relevance | path

Searched refs:backendCopy (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DVkWrapTests.cpp51 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local
52 backendCopy.fImage = VK_NULL_HANDLE; in wrap_tex_test()
53 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test()
65 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local
66 backendCopy.fAlloc = GrVkAlloc(); in wrap_tex_test()
67 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test()
79 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local
80 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test()
107 GrVkImageInfo backendCopy = imageInfo; in wrap_rt_test() local
108 backendCopy.fImage = VK_NULL_HANDLE; in wrap_rt_test()
[all …]
/external/skia/tests/
DVkWrapTests.cpp51 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local
52 backendCopy.fImage = VK_NULL_HANDLE; in wrap_tex_test()
53 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test()
65 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local
66 backendCopy.fAlloc = GrVkAlloc(); in wrap_tex_test()
67 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test()
79 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local
80 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test()
107 GrVkImageInfo backendCopy = imageInfo; in wrap_rt_test() local
108 backendCopy.fImage = VK_NULL_HANDLE; in wrap_rt_test()
[all …]