Searched refs:IndexType (Results 1 – 12 of 12) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | HybridComponentManager.h | 25 class IndexType, // must be castable to uint64_t 35 void add(IndexType index, const Data& data) { in add() 51 void remove(IndexType index) { in remove() 61 Data* get(IndexType index) { in get() 71 const Data* get_const(IndexType index) const { in get_const() 81 Data* getExceptZero(IndexType index) { in getExceptZero() 88 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 128 std::unordered_map<IndexType, Data> mMap;
|
D | HybridEntityManager.h | 26 class IndexType, // must be castable to uint64_t 70 uint64_t addFixed(IndexType index, const Data& data, size_t type) { in addFixed() 101 void remove(IndexType index) { in remove() 112 Data* get(IndexType index) { in get() 124 const Data* get_const(IndexType index) const { in get_const() 138 Data* getExceptZero(IndexType index) { in getExceptZero() 145 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 198 std::unordered_map<IndexType, Data> mMap;
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | HybridComponentManager.h | 25 class IndexType, // must be castable to uint64_t 35 void add(IndexType index, const Data& data) { in add() 51 void remove(IndexType index) { in remove() 61 Data* get(IndexType index) { in get() 71 const Data* get_const(IndexType index) const { in get_const() 81 Data* getExceptZero(IndexType index) { in getExceptZero() 88 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 128 std::unordered_map<IndexType, Data> mMap;
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | StateTrackingSupport.h | 25 template <class IndexType, bool initialIsTrue> 29 void add(IndexType objId) { in add() 32 IndexType index = objId / kBitsPerEntry; in add() 38 void remove(IndexType objId) { in remove() 46 void set(IndexType objId, bool predicate) { in set() 47 IndexType index = objId / kBitsPerEntry; in set() 62 bool get(IndexType objId) const { in get() 63 IndexType index = objId / kBitsPerEntry; in get() 74 using Storage = gfxstream::guest::HybridComponentManager<10000, IndexType, uint64_t>;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 2445 enum class IndexType enum 3813 static VULKAN_HPP_CONST_OR_CONSTEXPR IndexType value = IndexType::eUint16; 3817 struct CppType<IndexType, IndexType::eUint16> 3825 static VULKAN_HPP_CONST_OR_CONSTEXPR IndexType value = IndexType::eUint32; 3829 struct CppType<IndexType, IndexType::eUint32> 3837 static VULKAN_HPP_CONST_OR_CONSTEXPR IndexType value = IndexType::eUint8EXT; 3841 struct CppType<IndexType, IndexType::eUint8EXT>
|
D | vulkan_enums.hpp | 3725 enum class IndexType enum 7633 static VULKAN_HPP_CONST_OR_CONSTEXPR IndexType value = IndexType::eUint16; 7637 struct CppType<IndexType, IndexType::eUint16> 7645 static VULKAN_HPP_CONST_OR_CONSTEXPR IndexType value = IndexType::eUint32; 7649 struct CppType<IndexType, IndexType::eUint32> 7657 static VULKAN_HPP_CONST_OR_CONSTEXPR IndexType value = IndexType::eUint8EXT; 7661 struct CppType<IndexType, IndexType::eUint8EXT>
|
D | vulkansc_to_string.hpp | 3188 VULKAN_HPP_INLINE std::string to_string( IndexType value ) in to_string() 3192 case IndexType::eUint16 : return "Uint16"; in to_string() 3193 case IndexType::eUint32 : return "Uint32"; in to_string() 3194 case IndexType::eUint8EXT : return "Uint8EXT"; in to_string()
|
D | vulkan_to_string.hpp | 5472 VULKAN_HPP_INLINE std::string to_string( IndexType value ) in to_string() 5476 case IndexType::eUint16 : return "Uint16"; in to_string() 5477 case IndexType::eUint32 : return "Uint32"; in to_string() 5478 case IndexType::eNoneKHR : return "NoneKHR"; in to_string() 5479 case IndexType::eUint8EXT : return "Uint8EXT"; in to_string()
|
D | vulkan_raii.hpp | 4855 … buffer, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::IndexType indexType ) cons… 5656 …ze offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::IndexType indexType ) cons… 11659 … buffer, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::IndexType indexType ) cons… in bindIndexBuffer() 19593 …ze offset, VULKAN_HPP_NAMESPACE::DeviceSize size, VULKAN_HPP_NAMESPACE::IndexType indexType ) cons… in bindIndexBuffer2KHR()
|
D | vulkansc_raii.hpp | 2423 … buffer, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::IndexType indexType ) cons… 6829 … buffer, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::IndexType indexType ) cons… in bindIndexBuffer()
|
D | vulkansc_handles.hpp | 2187 … buffer, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::IndexType indexType, Dispa…
|
D | vulkansc_funcs.hpp | 3177 … buffer, VULKAN_HPP_NAMESPACE::DeviceSize offset, VULKAN_HPP_NAMESPACE::IndexType indexType, Dispa… in bindIndexBuffer()
|