Home
last modified time | relevance | path

Searched defs:damage (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/modules/sksg/tests/
DSGTest.cpp109 std::vector<SkRect> damage = { {0, 0, 100, 100}, { 200, 100, 300, 200} }; in inval_test1() local
135 std::vector<SkRect> damage = { {0, 0, 100, 100}, { 200, 100, 300, 200} }; in inval_test1() local
145 std::vector<SkRect> damage = { {0, 0, 100, 100}, { 0, 0, 50, 100} }; in inval_test1() local
171 std::vector<SkRect> damage = { {0, 0, 300, 200}, { 0, 0, 600, 400} }; in inval_test1() local
197 std::vector<SkRect> damage = { {400, 200, 600, 400}, { 400, 200, 500, 400} }; in inval_test1() local
244 std::vector<SkRect> damage = { {0, 0, 100, 100}, { 0, 0, 100, 100} }; in inval_test2() local
254 std::vector<SkRect> damage = { {0, 0, 100, 100}, { 0, 0, 200, 200} }; in inval_test2() local
264 std::vector<SkRect> damage = { { 0, 0, 200, 200}, // draw1 prev bounds in inval_test2() local
277 std::vector<SkRect> damage = { { 100, 100, 300, 300}, // draw1 prev bounds in inval_test2() local
312 std::vector<SkRect> damage = { {0, 0, 350, 175}, { 50, 75, 350, 175} }; in inval_test3() local
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/allow_duplicate_identifiers_across_declarations/
Dallow_duplicate_identifiers_across_declarations_1.ts25 damage?: number; property
31 damage?: number; property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/abstract_properties_and_accessors/
Dabstract_properties_and_accessors.ts28 abstract damage: number; property in Skill
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.h54 struct lima_damage_region damage; member
Dlima_resource.c497 struct lima_damage_region *damage = &res->damage; in lima_resource_set_damage_region() local
Dlima_job.c683 struct lima_damage_region *damage = lima_job_get_damage(job); in lima_update_pp_stream() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.h51 } damage; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.c404 const VkPresentRegionKHR *damage) in wsi_win32_queue_present()
Dwsi_common_wayland.c1050 const VkPresentRegionKHR *damage) in wsi_wl_swapchain_queue_present()
Dwsi_common_x11.c1414 const VkPresentRegionKHR *damage) in x11_queue_present()
Dwsi_common_display.c1899 const VkPresentRegionKHR *damage) in wsi_display_queue_present()