/third_party/skia/gm/ |
H A D | colorwheel.cpp | 22 static void draw_image(SkCanvas* canvas, const char* resource, int x, int y) { in draw_image() argument
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_hw_core.c | 17 mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *resource, u32 reg_size) in mali_hw_core_create() argument
|
H A D | mali_broadcast.c | 25 struct mali_bcast_unit *mali_bcast_unit_create(const _mali_osk_resource_t *resource) in mali_bcast_unit_create() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_hw_core.c | 16 _mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *resource, u32 reg_size) in mali_hw_core_create() argument
|
H A D | mali_broadcast.c | 24 struct mali_bcast_unit *mali_bcast_unit_create(const _mali_osk_resource_t *resource) in mali_bcast_unit_create() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_image_view.h | 31 struct pipe_resource *resource; member
|
H A D | svga_shader_buffer.h | 31 struct pipe_resource *resource; member
|
/third_party/musl/src/misc/ |
H A D | getrlimit.c | 7 int getrlimit(int resource, struct rlimit *rlim) in getrlimit() argument
|
H A D | setrlimit.c | 10 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 D | getrlimit.c | 7 int getrlimit(int resource, struct rlimit *rlim) in getrlimit() argument
|
H A D | setrlimit.c | 9 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 D | Resources.h | 27 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 D | Resources.cpp | 25 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...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | resource9.h | 37 struct pipe_resource *resource; /* device resource */ member
|
/third_party/node/test/node-api/test_async_context/ |
H A D | test.js | |
/third_party/musl/src/linux/ |
H A D | prlimit.c | 7 int prlimit(pid_t pid, int resource, const struct rlimit *new_limit, struct rlimit *old_limit) in prlimit() argument
|
/third_party/ffmpeg/doc/examples/ |
H A D | http_multiclient.c | 41 uint8_t *resource = NULL; in process_client() local [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | testdriver.c | 81 resource[1024]; /* Resource name */ in cat_ppd() local
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_resource.h | 43 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 D | getrusage03.c | 29 static const char *const resource[] = { variable
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit02.c | 18 int resource; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_range.h | 62 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 D | BenchmarkDatasetConfig.cs | 59 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 D | ResourceHeapAllocationD3D12.cpp | 23 ResourceHeapAllocation(const AllocationInfo& info, uint64_t offset, ComPtr<ID3D12Resource> resource, Heap* heap) ResourceHeapAllocation() argument
|
/third_party/skia/bench/ |
H A D | GrResourceCacheBench.cpp | 47 GrGpuResource* resource = new BenchResource(gpu); in populate_cache() local 147 SkASSERT(resource); variable
|