/device/google/cuttlefish/host/libs/allocd/ |
D | resource.h | 36 StaticResource(const std::string& name, uid_t uid, ResourceType ty, in StaticResource() argument 38 : name_(name), uid_(uid), global_id_(global_id), ty_(ty){}; in StaticResource()
|
D | resource_manager.cpp | 78 bool ResourceManager::AddInterface(const std::string& iface, IfaceType ty, in AddInterface() argument 87 switch (ty) { in AddInterface() 145 bool ResourceManager::RemoveInterface(const std::string& iface, IfaceType ty) { in RemoveInterface() argument 149 switch (ty) { in RemoveInterface()
|
D | resource_manager.h | 111 bool AddInterface(const std::string& iface, IfaceType ty, uint32_t id, 114 bool RemoveInterface(const std::string& iface, IfaceType ty);
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | alloc.cc | 108 auto ty = StrToIfaceTy(resp_list[i]["iface_type"].asString()); in AllocateNetworkInterfaces() local 110 switch (ty) { in AllocateNetworkInterfaces()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
D | glext.h | 9642 GLAPI void APIENTRY glTangent3bEXT (GLbyte tx, GLbyte ty, GLbyte tz); 9644 GLAPI void APIENTRY glTangent3dEXT (GLdouble tx, GLdouble ty, GLdouble tz); 9646 GLAPI void APIENTRY glTangent3fEXT (GLfloat tx, GLfloat ty, GLfloat tz); 9648 GLAPI void APIENTRY glTangent3iEXT (GLint tx, GLint ty, GLint tz); 9650 GLAPI void APIENTRY glTangent3sEXT (GLshort tx, GLshort ty, GLshort tz); 9665 typedef void (APIENTRYP PFNGLTANGENT3BEXTPROC) (GLbyte tx, GLbyte ty, GLbyte tz); 9667 typedef void (APIENTRYP PFNGLTANGENT3DEXTPROC) (GLdouble tx, GLdouble ty, GLdouble tz); 9669 typedef void (APIENTRYP PFNGLTANGENT3FEXTPROC) (GLfloat tx, GLfloat ty, GLfloat tz); 9671 typedef void (APIENTRYP PFNGLTANGENT3IEXTPROC) (GLint tx, GLint ty, GLint tz); 9673 typedef void (APIENTRYP PFNGLTANGENT3SEXTPROC) (GLshort tx, GLshort ty, GLshort tz);
|
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
D | goldfish_vk_testing.cpp | 17749 if (!((a->ty) == (b->ty))) { in checkEqual_VkSRTDataNV()
|
D | goldfish_vk_marshaling.cpp | 32721 vkStream->write((float*)&forMarshaling->ty, sizeof(float)); in marshal_VkSRTDataNV() 32742 vkStream->read((float*)&forUnmarshaling->ty, sizeof(float)); in unmarshal_VkSRTDataNV()
|
D | goldfish_vk_reserved_marshaling.cpp | 25607 memcpy((float*)&forUnmarshaling->ty, *ptr, sizeof(float)); in reservedunmarshal_VkSRTDataNV()
|
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
D | vulkan_structs.hpp | 2841 …sz( sz_ ), pvz( pvz_ ), qx( qx_ ), qy( qy_ ), qz( qz_ ), qw( qw_ ), tx( tx_ ), ty( ty_ ), tz( tz_ ) 2947 ty = ty_; in setTy() 2977 return std::tie( sx, a, b, pvx, sy, c, pvy, sz, pvz, qx, qy, qz, qw, tx, ty, tz ); in reflect() 3004 && ( ty == rhs.ty ) in operator ==() 3030 float ty = {}; member
|
D | vulkan_core.h | 14411 float ty; member
|
D | vulkan_hash.hpp | 731 VULKAN_HPP_HASH_COMBINE( seed, sRTDataNV.ty ); in operator ()()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 25559 vkStream->write((float*)&forMarshaling->ty, sizeof(float)); in marshal_VkSRTDataNV() 25580 vkStream->read((float*)&forUnmarshaling->ty, sizeof(float)); in unmarshal_VkSRTDataNV()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 17116 memcpy(*ptr, (float*)&forMarshaling->ty, sizeof(float)); in reservedmarshal_VkSRTDataNV()
|