HomeSort by relevance Sort by last modified time
    Searched defs:mem_copy (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_read.c 90 mem_copy_fn mem_copy = NULL; local
128 if (!intel_get_memcpy(rb->Format, format, type, &mem_copy, &cpp))
195 mem_copy
intel_tex_subimage.c 92 mem_copy_fn mem_copy = NULL; local
122 if (!intel_get_memcpy(texImage->TexFormat, format, type, &mem_copy, &cpp))
185 mem_copy
intel_tex_image.c 475 mem_copy_fn mem_copy = NULL; local
509 if (!intel_get_memcpy(texImage->TexFormat, format, type, &mem_copy, &cpp))
565 mem_copy
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 798 hidl_memory mem_copy; local
815 mem_copy = mem;
826 sp<IMemory> memory = mapMemory(mem_copy);
834 for (size_t i = 0; i < mem_copy.size(); i++) {
839 hidl_memory mem_move(std::move(mem_copy));
840 ASSERT_EQ(nullptr, mem_copy.handle());
841 ASSERT_EQ(0UL, mem_copy.size());
842 ASSERT_EQ("", mem_copy.name());
    [all...]

Completed in 102 milliseconds