Home
last modified time | relevance | path

Searched defs:instance (Results 826 - 850 of 1938) sorted by relevance

1...<<31323334353637383940>>...78

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc106 Handle<JSObject> instance = in BUILTIN() local
H A Dbuiltins-wasm-gen.cc71 TNode<WasmInstanceObject> instance = LoadInstanceFromFrame(); in TF_BUILTIN() local
20 LoadContextFromInstance( TNode<WasmInstanceObject> instance) LoadContextFromInstance() argument
27 LoadTablesFromInstance( TNode<WasmInstanceObject> instance) LoadTablesFromInstance() argument
33 LoadInternalFunctionsFromInstance( TNode<WasmInstanceObject> instance) LoadInternalFunctionsFromInstance() argument
39 LoadManagedObjectMapsFromInstance( TNode<WasmInstanceObject> instance) LoadManagedObjectMapsFromInstance() argument
100 TNode<WasmInstanceObject> instance = LoadInstanceFromFrame(); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic-stats.h65 V8_INLINE static ICStats* instance() { return instance_.Pointer(); } in instance() function in v8::internal::ICStats
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c39 vk_instance_init(struct vk_instance *instance, in vk_instance_init() argument
185 vk_instance_finish(struct vk_instance *instance) vk_instance_finish() argument
238 vk_instance_get_proc_addr(const struct vk_instance *instance, const struct vk_instance_entrypoint_table *entrypoints, const char *name) vk_instance_get_proc_addr() argument
296 vk_instance_get_proc_addr_unchecked(const struct vk_instance *instance, const char *name) vk_instance_get_proc_addr_unchecked() argument
321 vk_instance_get_physical_device_proc_addr(const struct vk_instance *instance, const char *name) vk_instance_get_physical_device_proc_addr() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStaticType.h132 static constexpr TType instance = member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.cpp148 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDeviceIndex() argument
179 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance, const VkInstance instance, const tcu::CommandLine& cmdLine) in chooseDevice() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp41 VkInstance instance = reinterpret_cast<VkInstance>(result); in TEST_P() local
/third_party/skia/src/gpu/vk/
H A DGrVkExtensions.cpp64 void GrVkExtensions::getSpecVersions(GrVkGetProc getProc, VkInstance instance, in getSpecVersions() argument
35 init(GrVkGetProc getProc, VkInstance instance, VkPhysicalDevice physDev, uint32_t instanceExtensionCount, const char* const* instanceExtensions, uint32_t deviceExtensionCount, const char* const* deviceExtensions) init() argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DGrallocAndroid.cpp34 static GrallocModule instance; in getInstance() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DGrallocAndroid.cpp34 static GrallocModule instance; in getInstance() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp526 PFN_vkVoidFunction GetInstanceProcAddr(Instance *instance, const char *pName) in GetInstanceProcAddr() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDriver.cpp172 bool Driver::resolve(VkInstance instance) in resolve() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp30 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart(JNIEnv *env, jobject instance, in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart() argument
80 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop(JNIEnv *env, jobject instance) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop() argument
44 Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceCreated(JNIEnv *env, jobject instance) Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceCreated() argument
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAAudioLoader.cpp34 static AAudioLoader instance; in getInstance() local
/third_party/skia/third_party/externals/oboe/src/common/
H A DQuirksManager.h39 static QuirksManager instance; // singleton in getInstance() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DFencedDeleter.cpp104 VkInstance instance = mDevice->GetVkInstance(); in Tick() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp237 DefaultAllocator DefaultAllocator::instance; member in DefaultAllocator
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp86 static wgpu::Device createDevice(const dawn_native::Instance& instance, in createDevice() argument
101 std::unique_ptr<dawn_native::Instance> instance = std::make_unique<dawn_native::Instance>(); in Create() local
155 DawnTestContextImpl(std::unique_ptr<dawn_native::Instance> instance, in DawnTestContextImpl() argument
/third_party/skia/tools/sk_app/unix/
H A DDawnVulkanWindowContext_unix.cpp70 VkInstance instance = dawn_native::vulkan::GetInstance(device.Get()); in onInitializeContext() local
/third_party/skia/third_party/externals/dawn/src/utils/
H A DGlfw3Fuchsia.cpp75 VkResult glfwCreateWindowSurface(VkInstance instance, in glfwCreateWindowSurface() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapField.php87 new $klass; // No msg class instance has been created before. class
/third_party/python/Lib/unittest/test/testmock/
H A Dtestcallable.py112 instance = mock() variable in TestCallable.test_patch_spec_callable_class.Multi
[all...]
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp40 Window::Window (HINSTANCE instance, int width, int height) in Window() argument
/third_party/vulkan-loader/loader/
H A Dallocation.c142 void *loader_calloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *instance, argument
147 void loader_free_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *instance, argument
152 void *loader_realloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *instance, argument
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dsample_ui.cpp135 static UiDemo instance; in GetInstance() local

Completed in 11 milliseconds

1...<<31323334353637383940>>...78