Searched refs:filter_func (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 61 typedef void (*filter_func)(struct tgsi_sampler *tgsi_sampler, typedef 126 filter_func mip_filter; 127 filter_func compare; 128 filter_func sample_target;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 61 typedef void (*filter_func)(struct tgsi_sampler *tgsi_sampler, typedef 126 filter_func mip_filter; 127 filter_func compare; 128 filter_func sample_target;
|
/external/webp/src/enc/ |
D | alpha.c | 116 WebPFilterFunc filter_func; in EncodeAlphaInternal() local 137 filter_func = WebPFilters[filter]; in EncodeAlphaInternal() 138 if (filter_func != NULL) { in EncodeAlphaInternal() 139 filter_func(data, width, height, width, tmp_alpha); in EncodeAlphaInternal()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | alpha.c | 116 WebPFilterFunc filter_func; in EncodeAlphaInternal() local 137 filter_func = WebPFilters[filter]; in EncodeAlphaInternal() 138 if (filter_func != NULL) { in EncodeAlphaInternal() 139 filter_func(data, width, height, width, tmp_alpha); in EncodeAlphaInternal()
|
/external/chromium_org/third_party/jinja2/ |
D | environment.py | 601 def compile_templates(self, target, extensions=None, filter_func=None, argument 668 for name in self.list_templates(extensions, filter_func): 695 def list_templates(self, extensions=None, filter_func=None): argument 713 if filter_func is not None: 716 filter_func = lambda x: '.' in x and \ function 718 if filter_func is not None: 719 x = ifilter(filter_func, x)
|