Home
last modified time | relevance | path

Searched defs:to (Results 1 – 21 of 21) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp48 VkExtent2D* to) { in deepcopy_VkExtent2D()
55 VkExtent3D* to) { in deepcopy_VkExtent3D()
62 VkOffset2D* to) { in deepcopy_VkOffset2D()
69 VkOffset3D* to) { in deepcopy_VkOffset3D()
76 VkRect2D* to) { in deepcopy_VkRect2D()
85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure()
106 const VkBaseOutStructure* from, VkBaseOutStructure* to) { in deepcopy_VkBaseOutStructure()
127 const VkBufferMemoryBarrier* from, VkBufferMemoryBarrier* to) { in deepcopy_VkBufferMemoryBarrier()
149 VkDispatchIndirectCommand* to) { in deepcopy_VkDispatchIndirectCommand()
157 VkDrawIndexedIndirectCommand* to) { in deepcopy_VkDrawIndexedIndirectCommand()
[all …]
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp48 VkExtent2D* to) { in deepcopy_VkExtent2D()
55 VkExtent3D* to) { in deepcopy_VkExtent3D()
62 VkOffset2D* to) { in deepcopy_VkOffset2D()
69 VkOffset3D* to) { in deepcopy_VkOffset3D()
76 VkRect2D* to) { in deepcopy_VkRect2D()
85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure()
106 const VkBaseOutStructure* from, VkBaseOutStructure* to) { in deepcopy_VkBaseOutStructure()
127 const VkBufferMemoryBarrier* from, VkBufferMemoryBarrier* to) { in deepcopy_VkBufferMemoryBarrier()
149 VkDispatchIndirectCommand* to) { in deepcopy_VkDispatchIndirectCommand()
157 VkDrawIndexedIndirectCommand* to) { in deepcopy_VkDrawIndexedIndirectCommand()
[all …]
/device/google/cuttlefish/host/libs/config/
Desp.cpp122 EspBuilder& File(std::string from, std::string to, bool required) & { in File()
127 EspBuilder& File(std::string from, std::string to) & { in File()
195 std::string to; member
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp60 ssize_t forward(int from, int to, std::optional<unsigned char> filter_out, in forward()
82 ssize_t forward(int from, int to, unsigned char* buf) { in forward()
/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp34 void Forward(const std::string& label, SharedFD from, SharedFD to) { in Forward()
Dfiles.cpp210 bool Copy(const std::string& from, const std::string& to) { in Copy()
/device/generic/vulkan-cereal/stream-servers/gl/
DGLESVersionDetector.cpp164 std::string& to) { in sAddExtensionIfSupported()
/device/google/zuma/usb/usb/
DUsb.cpp414 struct timespec to; in switchMode() local
1596 struct timespec to; in setTimespecTimer() local
1633 struct timespec to = setTimespecTimer(DISPLAYPORT_POLL_WAIT_MS); in setupDisplayPortPoll() local
/device/google/bramble/usb/usb/
DUsb.cpp336 struct timespec to; in switchMode() local
/device/google/sunfish/usb/usb/
DUsb.cpp336 struct timespec to; in switchMode() local
/device/google/redfin/usb/usb/
DUsb.cpp336 struct timespec to; in switchMode() local
/device/google/coral/usb/usb/
DUsb.cpp336 struct timespec to; in switchMode() local
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp93 constexpr uint64_t ones(int from, int to) { in ones()
/device/google/barbet/usb/usb/
DUsb.cpp336 struct timespec to; in switchMode() local
/device/google/gs101/usb/usb/
DUsb.cpp414 struct timespec to; in switchMode() local
/device/linaro/dragonboard/qcom/qrtr/src/
Dns.c203 static int lookup_notify(struct context *ctx, struct sockaddr_qrtr *to, in lookup_notify()
/device/google/gs201/usb/usb/
DUsb.cpp429 struct timespec to; in switchMode() local
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp176 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c4026 static void setGsmBroadcastConfigData(int from, int to, int id, int outStrSize, char *outStr) {
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto3590 optional uint32 to = 4; field
3819 optional uint32 to = 4; field
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp9275 auto to = dataType.find( '>', from ); in generateReturnType() local