Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 16 of 16) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DIntermNode_test.cpp79 void checkTypeEqualWithQualifiers(const TType &original, const TType &copy) in checkTypeEqualWithQualifiers()
89 TIntermSymbol *copy = aCopy->getAsSymbolNode(); in checkSymbolCopy() local
151 TIntermTyped *copy = original->deepCopy(); in TEST_F() local
166 TIntermConstantUnion *copy = copyTyped->getAsConstantUnion(); in TEST_F() local
183 TIntermBinary *copy = copyTyped->getAsBinaryNode(); in TEST_F() local
202 TIntermUnary *copy = copyTyped->getAsUnaryNode(); in TEST_F() local
227 TIntermAggregate *copy = copyTyped->getAsAggregate(); in TEST_F() local
253 TIntermTernary *copy = copyTyped->getAsTernaryNode(); in TEST_F() local
/device/google/contexthub/util/common/
Dring.cpp48 size_t copy = mSize - writePos; in write() local
87 size_t copy = mSize - readPos; in read() local
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp212 char* copy = strdup(str.c_str()); // basename may modify its argument in cpp_basename() local
219 char* copy = strdup(str.c_str()); // dirname may modify its argument in cpp_dirname() local
/device/generic/goldfish-opengl/android-emu/android/base/fit/
DFunction.h315 FunctionImpl copy; in share() local
473 CallbackImpl copy; in share() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp60 goldfish_dma_context copy = m_ctx; in release() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
DFastVector_unittest.cpp29 FastVector<int, 5> copy(countAndValue); in TEST() local
232 FastVector<s, 3> copy = std::move(vec); in TEST() local
DFixedVector_unittest.cpp29 FixedVector<int, 5> copy(countAndValue); in TEST() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp130 VkBufferImageCopy copy = {}; in createFont() local
Dvk_helpers.cpp3394 VkBufferImageCopy copy = {}; in stageSubresourceUpdateImpl() local
3537 VkBufferImageCopy copy = {}; in stageSubresourceUpdateAndGetData() local
3572 VkBufferImageCopy copy[2] = {}; in stageSubresourceUpdateFromBuffer() local
/device/generic/vulkan-cereal/host-common/opengl/
DGpuFrameBridge.cpp177 void postFrame(int width, int height, const void* pixels, bool copy) { in postFrame()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_util.h224 T copy = vk_struct; in vk_make_orphan_copy() local
DDescriptorSetVirtualization.cpp170 void doEmulatedDescriptorCopy(const VkCopyDescriptorSet* copy, const ReifiedDescriptorSet* src, Rei… in doEmulatedDescriptorCopy()
/device/generic/vulkan-cereal/stream-servers/vulkan/
Dvk_util.h223 T copy = vk_struct; in vk_make_orphan_copy() local
/device/generic/goldfish/network/wifi_forwarder/
Dlocal_connection.cpp142 auto copy = std::make_unique<Frame>(frame.data(), in cloneFrame() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.h282 SharedResource11 copy; in makeCopy() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp327 angle::Result Blit9::copy(Context9 *context9, in copy() function in rx::Blit9