OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resource_formats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c
152
const enum pipe_format *
resource_formats
;
local
155
resource_formats
= vl_video_buffer_formats(screen, format);
156
if (!
resource_formats
)
160
enum pipe_format format =
resource_formats
[i];
393
const enum pipe_format *
resource_formats
;
local
407
resource_formats
= vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
408
if (!
resource_formats
)
422
pipe, &templat,
resource_formats
,
436
const enum pipe_format
resource_formats
[VL_NUM_COMPONENTS],
447
vl_vide_buffer_template(&res_tmpl, tmpl,
resource_formats
[0], depth, usage, 0)
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c
152
const enum pipe_format *
resource_formats
;
local
155
resource_formats
= vl_video_buffer_formats(screen, format);
156
if (!
resource_formats
)
160
enum pipe_format format =
resource_formats
[i];
393
const enum pipe_format *
resource_formats
;
local
407
resource_formats
= vl_video_buffer_formats(pipe->screen, tmpl->buffer_format);
408
if (!
resource_formats
)
422
pipe, &templat,
resource_formats
,
436
const enum pipe_format
resource_formats
[VL_NUM_COMPONENTS],
447
vl_vide_buffer_template(&res_tmpl, tmpl,
resource_formats
[0], depth, usage, 0)
[
all
...]
Completed in 27 milliseconds