Searched defs:valueOut (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | BlobCache.cpp | 72 BlobCache::Value *valueOut) in get() 137 bool BlobCache::getAt(size_t index, const BlobCache::Key **keyOut, BlobCache::Value *valueOut) in getAt()
|
| D | SizedMRUCache.h | 45 bool get(const Key &key, const Value **valueOut) in get() 56 bool getAt(size_t index, const Key **keyOut, const Value **valueOut) in getAt()
|
| D | frame_capture_utils_autogen.h | 2102 void SetParamVal(T valueIn, ParamValue *valueOut) in SetParamVal() 2108 void InitParamValue(ParamType paramType, T valueIn, ParamValue *valueOut) in InitParamValue()
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/runner/ |
| D | TestSuite.cpp | 61 bool ParseIntArg(const char *flag, const char *argument, int *valueOut) in ParseIntArg() 98 bool ParseStringArg(const char *flag, const char *argument, std::string *valueOut) in ParseStringArg()
|