Searched defs:store (Results 1 – 6 of 6) sorted by relevance
28 std::vector<GLenum>& store = mGlobals[name].enums; in getGlobalStateEnum() local35 std::vector<unsigned char>& store = mGlobals[name].bytes; in getGlobalStateByte() local42 std::vector<uint32_t>& store = mGlobals[name].ints; in getGlobalStateInt() local49 std::vector<float>& store = mGlobals[name].floats; in getGlobalStateFloat() local56 std::vector<uint64_t>& store = mGlobals[name].int64s; in getGlobalStateInt64() local
38 android::sp<IComponentStore> store(new utils::ComponentStore( in main() local
42 auto store = std::make_unique<VehiclePropertyStore>(); in main() local
38 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in Create() local
697 void ClearValuesArray::store(uint32_t index, in store() function in rx::vk::ClearValuesArray
127 mutable Store store; member in goldfish_vk::BoxedHandleManager