Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_vec.hpp13 struct storage struct
15 typedef struct type {
17 } type;
38 struct storage<float, 16, true> struct
40 typedef glm_vec4 type;
44 struct storage<int, 16, true> struct
46 typedef glm_ivec4 type;
50 struct storage<unsigned int, 16, true> struct
52 typedef glm_uvec4 type;
83 struct storage<double, 32, true> struct
[all …]
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_gatekeeper.cpp156 GatekeeperStorage& storage, in GetFailureRecordImpl()
201 GatekeeperStorage& storage = secure ? secure_storage_ : insecure_storage_; in GetFailureRecord() local
206 GatekeeperStorage& storage, in WriteFailureRecordImpl()
226 GatekeeperStorage& storage = secure ? secure_storage_ : insecure_storage_; in ClearFailureRecord() local
233 GatekeeperStorage& storage = secure ? secure_storage_ : insecure_storage_; in WriteFailureRecord() local
/device/google/cuttlefish/guest/hals/health/storage/
Dservice.cpp30 auto storage = ndk::SharedRefBase::make<Storage>(); in main() local
DStorage.cpp21 namespace aidl::android::hardware::health::storage { namespace
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dnative_handle.cpp24 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
/device/generic/goldfish-opengl/android-emu/aemu/base/
DPool.cpp211 AlignedBuf<uint8_t, 64> storage { 0 }; member
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h8952 VkPerformanceCounterStorageKHR storage; member
Dvulkan_structs.hpp47028 …VULKAN_HPP_NAMESPACE::PerformanceCounterStorageKHR storage = VULKAN_HPP_NAMESPACE::PerformanceCoun… member
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp8293 void* storage = &block->storage[idx]; in NewMessage() local