Home
last modified time | relevance | path

Searched refs:get_resource (Results 1 – 12 of 12) sorted by relevance

/third_party/node/src/api/
Dasync_resource.cc32 return node::MakeCallback(env_->isolate(), get_resource(), in MakeCallback()
40 return node::MakeCallback(env_->isolate(), get_resource(), in MakeCallback()
48 return node::MakeCallback(env_->isolate(), get_resource(), in MakeCallback()
53 Local<Object> AsyncResource::get_resource() { in get_resource() function in node::AsyncResource
/third_party/glib/gio/
Dgresource-tool.c52 get_resource (const gchar *file) in get_resource() function
388 if ((resource = get_resource (file))) in cmd_sections()
424 if ((resource = get_resource (file))) in cmd_list()
461 if ((resource = get_resource (file))) in cmd_extract()
/third_party/node/test/addons/async-resource/
Dbinding.cc60 r->get_resource()->Get(isolate->GetCurrentContext(), name) in CallViaFunction()
107 args.GetReturnValue().Set(r->get_resource()); in GetResource()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_winsys.h63 (*get_resource)(struct stw_winsys_framebuffer *fb, member
Dstw_st.c213 stwfb->textures[i] = stwfb->fb->winsys_framebuffer->get_resource( in stw_st_framebuffer_validate_locked()
/third_party/flutter/skia/tools/skqp/src/
Djni_skqp.cpp75 sk_sp<SkData> get_resource(const char* resource) { in get_resource() function
108 gResourceFactory = &get_resource; in Java_org_skia_skqp_SkQP_nInit()
/third_party/skia/tools/skqp/src/
Djni_skqp.cpp75 sk_sp<SkData> get_resource(const char* resource) { in get_resource() function
108 gResourceFactory = &get_resource; in Java_org_skia_skqp_SkQP_nInit()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp237 fb->base.get_resource = d3d12_wgl_framebuffer_get_resource; in d3d12_wgl_create_framebuffer()
/third_party/libdrm/tests/modetest/
Dmodetest.c653 #define get_resource(_res, __res, type, Type) \ in get_resources() macro
666 get_resource(res, _res, crtc, Crtc); in get_resources()
667 get_resource(res, _res, encoder, Encoder); in get_resources()
668 get_resource(res, _res, connector, Connector); in get_resources()
669 get_resource(res, _res, fb, FB); in get_resources()
732 get_resource(res, plane_res, plane, Plane); in get_resources()
/third_party/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp49 nir_ssa_def *get_resource(uint32_t binding, bool ssbo);
181 nir_load_store_vectorize_test::get_resource(uint32_t binding, bool ssbo) in get_resource() function in __anon95b851c60111::nir_load_store_vectorize_test
210 res = get_resource(binding, false); in create_indirect_load()
214 res = get_resource(binding, true); in create_indirect_load()
275 res = get_resource(binding, true); in create_indirect_store()
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc64 ResourceType* get_resource() const { in get_resource() function in i18n::phonenumbers::AutoCloser
/third_party/node/src/
Dnode.h1073 v8::Local<v8::Object> get_resource();