/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_objects.h | 97 rbug_resource(struct pipe_resource *_resource) in rbug_resource() argument 99 if (!_resource) in rbug_resource() 101 (void)rbug_screen(_resource->screen); in rbug_resource() 102 return (struct rbug_resource *)_resource; in rbug_resource() 141 rbug_resource_unwrap(struct pipe_resource *_resource) in rbug_resource_unwrap() argument 143 if (!_resource) in rbug_resource_unwrap() 145 return rbug_resource(_resource)->resource; in rbug_resource_unwrap()
|
H A D | rbug_screen.c | 287 struct pipe_resource *_resource, in rbug_screen_check_resource_capability() 291 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_check_resource_capability() 301 struct pipe_resource *_resource, in rbug_screen_resource_get_handle() 307 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_resource_get_handle() 318 struct pipe_resource *_resource, in rbug_screen_resource_get_param() 328 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_resource_get_param() 340 struct pipe_resource *_resource, in rbug_screen_resource_get_info() 345 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_resource_get_info() 354 struct pipe_resource *_resource) in rbug_screen_resource_changed() 357 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_resource_changed() 286 rbug_screen_check_resource_capability(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned bind) rbug_screen_check_resource_capability() argument 299 rbug_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, struct winsys_handle *handle, unsigned usage) rbug_screen_resource_get_handle() argument 316 rbug_screen_resource_get_param(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) rbug_screen_resource_get_param() argument 339 rbug_screen_resource_get_info(struct pipe_screen *_screen, struct pipe_resource *_resource, unsigned *stride, unsigned *offset) rbug_screen_resource_get_info() argument 353 rbug_screen_resource_changed(struct pipe_screen *_screen, struct pipe_resource *_resource) rbug_screen_resource_changed() argument 365 rbug_screen_resource_destroy(struct pipe_screen *screen, struct pipe_resource *_resource) rbug_screen_resource_destroy() argument 372 rbug_screen_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *_ctx, struct pipe_resource *_resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) rbug_screen_flush_frontbuffer() argument [all...] |
H A D | rbug_context.c | 1044 struct pipe_resource *_resource, in rbug_context_create_sampler_view() 1048 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_create_sampler_view() 1074 struct pipe_resource *_resource, in rbug_context_create_surface() 1078 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_create_surface() 1111 struct pipe_resource *_resource, in rbug_context_buffer_map() 1118 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_buffer_map() 1138 struct pipe_resource *_resource, in rbug_context_texture_map() 1145 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_texture_map() 1218 struct pipe_resource *_resource, in rbug_context_buffer_subdata() 1223 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_buffer_subdata() 1043 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) rbug_context_create_sampler_view() argument 1073 rbug_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) rbug_context_create_surface() argument 1110 rbug_context_buffer_map(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) rbug_context_buffer_map() argument 1137 rbug_context_texture_map(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) rbug_context_texture_map() argument 1217 rbug_context_buffer_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned usage, unsigned offset, unsigned size, const void *data) rbug_context_buffer_subdata() argument 1234 rbug_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) rbug_context_texture_subdata() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 34 int _resource, in createBundleObject() 37 switch(ICUResourceBundleReader.RES_GET_TYPE(_resource)) { in createBundleObject() 40 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); in createBundleObject() 42 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); in createBundleObject() 44 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); in createBundleObject() 46 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); in createBundleObject() 48 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); in createBundleObject() 51 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); in createBundleObject() 55 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); in createBundleObject() 33 createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) createBundleObject() argument
|
H A D | ICUResourceBundle.java | 1596 * Returns the resource object referred to from the alias _resource int's path string. 1607 * @param _resource The alias resource int. 1617 String key, int _resource, in getAliasedResource() 1622 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource() 1615 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 35 int _resource, in createBundleObject() 38 switch(ICUResourceBundleReader.RES_GET_TYPE(_resource)) { in createBundleObject() 41 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); in createBundleObject() 43 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); in createBundleObject() 45 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); in createBundleObject() 47 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); in createBundleObject() 49 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); in createBundleObject() 52 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); in createBundleObject() 56 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); in createBundleObject() 34 createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) createBundleObject() argument
|
H A D | ICUResourceBundle.java | 1465 * Returns the resource object referred to from the alias _resource int's path string. 1476 * @param _resource The alias resource int. 1486 String key, int _resource, in getAliasedResource() 1494 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource() 1484 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |