Home
last modified time | relevance | path

Searched refs:memoryInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp408 LocalRef memoryInfo (env, env->NewObject(memoryInfoClass, memoryInfoCtor)); in getTotalAndroidSystemMemory() local
410 TCU_CHECK_INTERNAL(memoryInfo); in getTotalAndroidSystemMemory()
416 env->CallVoidMethod(*activityManager, getMemoryInfoID, *memoryInfo); in getTotalAndroidSystemMemory()
419 return static_cast<size_t>(getField<deInt64>(env, *memoryInfo, "totalMem")); in getTotalAndroidSystemMemory()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp363 auto memoryInfo = in doRun() local
367 inputTensors.push_back (Ort::Value::CreateTensor < uint8_t > (memoryInfo, in doRun()
/third_party/node/deps/v8/include/
Dv8-inspector.h258 virtual v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*, in memoryInfo() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp110 const VkDeviceBufferMemoryRequirementsKHR memoryInfo = in getBufferCreateInfoMemoryRequirementsKHR() local
123 vk.getDeviceBufferMemoryRequirementsKHR(device, &memoryInfo, &req2); in getBufferCreateInfoMemoryRequirementsKHR()
/third_party/node/deps/v8/src/inspector/
Dv8-console.cc477 ->memoryInfo(info.GetIsolate(), in memoryGetterCallback()