Home
last modified time | relevance | path

Searched defs:store (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/libGLSnapshot/
DGLSnapshot.cpp28 std::vector<GLenum>& store = mGlobals[name].enums; in getGlobalStateEnum() local
35 std::vector<unsigned char>& store = mGlobals[name].bytes; in getGlobalStateByte() local
42 std::vector<uint32_t>& store = mGlobals[name].ints; in getGlobalStateInt() local
49 std::vector<float>& store = mGlobals[name].floats; in getGlobalStateFloat() local
56 std::vector<uint64_t>& store = mGlobals[name].int64s; in getGlobalStateInt64() local
/device/generic/goldfish-opengl/system/codecs/c2/service/
Dservice.cpp38 android::sp<IComponentStore> store(new utils::ComponentStore( in main() local
/device/google/trout/hal/vehicle/2.0/
DVirtualizedVehicleService.cpp42 auto store = std::make_unique<VehiclePropertyStore>(); in main() local
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp38 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in Create() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp697 void ClearValuesArray::store(uint32_t index, in store() function in rx::vk::ClearValuesArray
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp127 mutable Store store; member in goldfish_vk::BoxedHandleManager