OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_surfaces
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c
677
struct pipe_surface **
target_surfaces
;
local
698
target_surfaces
= target->get_surfaces(target);
709
if (!
target_surfaces
[i]) continue;
711
vl_mc_set_surface(&buf->mc[i],
target_surfaces
[i]);
739
if (!
target_surfaces
[i]) continue;
741
nr_components = util_format_get_nr_components(
target_surfaces
[i]->texture->format);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c
677
struct pipe_surface **
target_surfaces
;
local
698
target_surfaces
= target->get_surfaces(target);
709
if (!
target_surfaces
[i]) continue;
711
vl_mc_set_surface(&buf->mc[i],
target_surfaces
[i]);
739
if (!
target_surfaces
[i]) continue;
741
nr_components = util_format_get_nr_components(
target_surfaces
[i]->texture->format);
[
all
...]
Completed in 97 milliseconds