Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp47 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D()
54 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D()
61 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D()
68 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D()
75 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, 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()
148 const VkDispatchIndirectCommand* from, in deepcopy_VkDispatchIndirectCommand()
156 const VkDrawIndexedIndirectCommand* from, in deepcopy_VkDrawIndexedIndirectCommand()
[all …]
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp47 void deepcopy_VkExtent2D(Allocator* alloc, VkStructureType rootType, const VkExtent2D* from, in deepcopy_VkExtent2D()
54 void deepcopy_VkExtent3D(Allocator* alloc, VkStructureType rootType, const VkExtent3D* from, in deepcopy_VkExtent3D()
61 void deepcopy_VkOffset2D(Allocator* alloc, VkStructureType rootType, const VkOffset2D* from, in deepcopy_VkOffset2D()
68 void deepcopy_VkOffset3D(Allocator* alloc, VkStructureType rootType, const VkOffset3D* from, in deepcopy_VkOffset3D()
75 void deepcopy_VkRect2D(Allocator* alloc, VkStructureType rootType, const VkRect2D* from, 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()
148 const VkDispatchIndirectCommand* from, in deepcopy_VkDispatchIndirectCommand()
156 const VkDrawIndexedIndirectCommand* from, in deepcopy_VkDrawIndexedIndirectCommand()
[all …]
/device/google/cuttlefish/guest/hals/camera/
Dcached_stream_buffer.cpp54 CachedStreamBuffer::CachedStreamBuffer(CachedStreamBuffer&& from) noexcept { in CachedStreamBuffer() function in android::hardware::camera::device::V3_4::implementation::CachedStreamBuffer
64 CachedStreamBuffer&& from) noexcept { in operator =()
/device/linaro/dragonboard/qcom/qrtr/src/
Dns.c335 static int ctrl_cmd_bye(struct context *ctx, struct sockaddr_qrtr *from) in ctrl_cmd_bye()
380 static int ctrl_cmd_del_client(struct context *ctx, struct sockaddr_qrtr *from, in ctrl_cmd_del_client()
444 static int ctrl_cmd_new_server(struct context *ctx, struct sockaddr_qrtr *from, in ctrl_cmd_new_server()
483 static int ctrl_cmd_del_server(struct context *ctx, struct sockaddr_qrtr *from, in ctrl_cmd_del_server()
511 static int ctrl_cmd_new_lookup(struct context *ctx, struct sockaddr_qrtr *from, in ctrl_cmd_new_lookup()
549 static int ctrl_cmd_del_lookup(struct context *ctx, struct sockaddr_qrtr *from, in ctrl_cmd_del_lookup()
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h61 static cb_handle_t* from(void* p) { in from() function
67 static const cb_handle_t* from(const void* p) { in from() function
/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()
194 std::string from; member
/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h90 static cb_handle_30_t* from(void* p) { in from() function
96 static const cb_handle_30_t* from(const void* p) { in from() function
Dmapper3.cpp93 constexpr uint64_t ones(int from, int to) { in ones()
/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/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_darwin.cpp57 static MacSurface* from(EglOS::Surface* s) { in from() function in __anonc68725700111::MacSurface
79 static void* from(EglOS::Context* c) { in from() function in __anonc68725700111::MacContext
124 static const MacPixelFormat* from(const EglOS::PixelFormat* f) { in from() function in __anonc68725700111::MacPixelFormat
DEglOsApi_wgl.cpp514 static const WinPixelFormat* from(const EglOS::PixelFormat* f) { in from() function in __anond828e2f50111::WinPixelFormat
585 static WinSurface* from(EglOS::Surface* s) { in from() function in __anond828e2f50111::WinSurface
616 static HGLRC from(const EglOS::Context* c) { in from() function in __anond828e2f50111::WinContext
DEglOsApi_glx.cpp118 static GLXFBConfig from(const EglOS::PixelFormat* f) { in from() function in __anon150808160111::GlxPixelFormat
/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.cpp161 const std::string& from, in sAddExtensionIfSupported()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp147 static cb_handle_old_t* from(void* p) { in from() function
153 static const cb_handle_old_t* from(const void* p) { in from() function
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DGraphicBuffer.cpp34 sp<GraphicBuffer> GraphicBuffer::from(ANativeWindowBuffer* anwb) { in from() function in android::GraphicBuffer
/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/trout/tools/tracing/proto/
Dperfetto_trace.proto3589 optional uint32 from = 3; field
3818 optional uint32 from = 3; field
4064 optional uint64 from = 5; field
4083 optional uint64 from = 5; field
/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/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp9273 auto from = dataType.find( '<' ) + 1; in generateReturnType() local