Home
last modified time | relevance | path

Searched defs:resource (Results 1 - 25 of 466) sorted by relevance

12345678910>>...19

/third_party/skia/gm/
H A Dcolorwheel.cpp22 static void draw_image(SkCanvas* canvas, const char* resource, int x, int y) { in draw_image() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_image_view.h31 struct pipe_resource *resource; member
H A Dsvga_shader_buffer.h31 struct pipe_resource *resource; member
/third_party/musl/src/misc/
H A Dgetrlimit.c7 int getrlimit(int resource, struct rlimit *rlim) in getrlimit() argument
H A Dsetrlimit.c10 static int __setrlimit(int resource, const struct rlimit *rlim) in __setrlimit() argument
50 int setrlimit(int resource, const struct rlimit *rlim) in setrlimit() argument
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dgetrlimit.c7 int getrlimit(int resource, struct rlimit *rlim) in getrlimit() argument
H A Dsetrlimit.c9 static int __setrlimit(int resource, const struct rlimit *rlim) in __setrlimit() argument
38 int setrlimit(int resource, const struct rlimit *rlim) in setrlimit() argument
/third_party/skia/tools/
H A DResources.h27 inline bool GetResourceAsBitmap(const char* resource, SkBitmap* dst) { in GetResourceAsBitmap() argument
31 inline sk_sp<SkImage> GetResourceAsImage(const char* resource) { in GetResourceAsImage() argument
H A DResources.cpp25 SkString GetResourcePath(const char* resource) { in GetResourcePath() argument
29 void SetResourcePath(const char* resource) { in SetResourcePath() argument
39 std::unique_ptr<SkStreamAsset> GetResourceAsStream(const char* resource) { in GetResourceAsStream() argument
45 sk_sp<SkData> GetResourceAsData(const char* resource) { in GetResourceAsData() argument
58 MakeResourceAsTypeface(const char* resource, int ttcIndex) MakeResourceAsTypeface() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/resourceholder_fuzzer/
H A Dresource_holder_fuzzer.cpp35 ResourceHolder resource; in ResourceHolderFuzzTest000() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager_base.h86 BASE_NS::unique_ptr<ResourceType> resource; member
H A Dgpu_resource_util.cpp42 GpuBuffer* resource = gpuResourceMgr.GetBuffer(handle); in CopyGpuResource() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dresource9.h37 struct pipe_resource *resource; /* device resource */ member
/third_party/node/test/node-api/test_async_context/
H A Dtest.js
/third_party/musl/src/linux/
H A Dprlimit.c7 int prlimit(pid_t pid, int resource, const struct rlimit *new_limit, struct rlimit *old_limit) in prlimit() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dnapi_test.cpp247 ImageResource resource; in HWTEST_F() local
261 ImageResource resource = napi.GetImageResource(); in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/n_async/
H A Dn_async_work_promise.cpp81 napi_value resource = NVal::CreateUTF8String(env_, procedureName).val_; in Schedule() local
/third_party/ffmpeg/doc/examples/
H A Dhttp_multiclient.c41 uint8_t *resource = NULL; in process_client() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dtestdriver.c81 resource[1024]; /* Resource name */ in cat_ppd() local
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_resource.h43 to_tegra_resource(struct pipe_resource *resource) in to_tegra_resource() argument
49 tegra_resource_unwrap(struct pipe_resource *resource) in tegra_resource_unwrap() argument
/third_party/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage03.c29 static const char *const resource[] = { variable
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit02.c18 int resource; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_range.h62 util_range_add(struct pipe_resource *resource, struct util_range *range, in util_range_add() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarkDatasetConfig.cs59 public BenchmarkDatasetConfig(string resource, string shortName = null) in BenchmarkDatasetConfig() argument
73 private static byte[] LoadData(string resource) in LoadData() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResourceHeapAllocationD3D12.cpp23 ResourceHeapAllocation(const AllocationInfo& info, uint64_t offset, ComPtr<ID3D12Resource> resource, Heap* heap) ResourceHeapAllocation() argument

Completed in 6 milliseconds

12345678910>>...19