OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampler_nearest
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h
97
void *
sampler_nearest
;
member in struct:vl_compositor
vl_compositor.c
423
c->
sampler_nearest
= c->pipe->create_sampler_state(c->pipe, &sampler);
491
c->pipe->delete_sampler_state(c->pipe, c->
sampler_nearest
);
940
s->layers[layer].samplers[1] = c->
sampler_nearest
;
[
all
...]
Completed in 157 milliseconds