OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filter_func
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
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/
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/chromium_org/third_party/libwebp/enc/
alpha.c
116
WebPFilterFunc
filter_func
;
local
137
filter_func
= WebPFilters[filter];
138
if (
filter_func
!= NULL) {
139
filter_func
(data, width, height, width, tmp_alpha);
Completed in 113 milliseconds