OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:with_format
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2.c
89
boolean
with_format
;
local
96
with_format
= dri_with_format(drawable->sPriv);
101
if (!
with_format
)
116
if (!
with_format
)
176
if (
with_format
) {
182
if (
with_format
) {
/external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c
89
boolean
with_format
;
local
96
with_format
= dri_with_format(drawable->sPriv);
101
if (!
with_format
)
116
if (!
with_format
)
176
if (
with_format
) {
182
if (
with_format
) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c
203
boolean
with_format
= FALSE; /* never ask for depth/stencil */
local
209
with_format
= FALSE;
239
if (
with_format
)
243
if (
with_format
)
248
dri2atts,
with_format
, num_ins, &num_outs);
/external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c
203
boolean
with_format
= FALSE; /* never ask for depth/stencil */
local
209
with_format
= FALSE;
239
if (
with_format
)
243
if (
with_format
)
248
dri2atts,
with_format
, num_ins, &num_outs);
Completed in 1169 milliseconds