Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 13 of 13) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dresource.h36 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()
Dresource_manager.cpp78 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()
Dresource_manager.h111 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/
Dalloc.cc108 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/
Dglext.h9642 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/
Dgoldfish_vk_testing.cpp17749 if (!((a->ty) == (b->ty))) { in checkEqual_VkSRTDataNV()
Dgoldfish_vk_marshaling.cpp32721 vkStream->write((float*)&forMarshaling->ty, sizeof(float)); in marshal_VkSRTDataNV()
32742 vkStream->read((float*)&forUnmarshaling->ty, sizeof(float)); in unmarshal_VkSRTDataNV()
Dgoldfish_vk_reserved_marshaling.cpp25607 memcpy((float*)&forUnmarshaling->ty, *ptr, sizeof(float)); in reservedunmarshal_VkSRTDataNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp2841 …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
Dvulkan_core.h14411 float ty; member
Dvulkan_hash.hpp731 VULKAN_HPP_HASH_COMBINE( seed, sRTDataNV.ty ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp25559 vkStream->write((float*)&forMarshaling->ty, sizeof(float)); in marshal_VkSRTDataNV()
25580 vkStream->read((float*)&forUnmarshaling->ty, sizeof(float)); in unmarshal_VkSRTDataNV()
Dgoldfish_vk_reserved_marshaling_guest.cpp17116 memcpy(*ptr, (float*)&forMarshaling->ty, sizeof(float)); in reservedmarshal_VkSRTDataNV()