Searched refs:backendCopy (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | VkWrapTests.cpp | 51 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/ |
D | VkWrapTests.cpp | 57 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local 58 backendCopy.fImage = VK_NULL_HANDLE; in wrap_tex_test() 59 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 70 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local 71 backendCopy.fAlloc = GrVkAlloc(); in wrap_tex_test() 72 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 83 GrVkImageInfo backendCopy = imageInfo; in wrap_tex_test() local 84 GrBackendTexture backendTex = GrBackendTexture(kW, kH, backendCopy); in wrap_tex_test() 119 GrVkImageInfo backendCopy = imageInfo; in wrap_rt_test() local 120 backendCopy.fImage = VK_NULL_HANDLE; in wrap_rt_test() [all …]
|