OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsurf
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c
47
struct native_surface *
nsurf
;
local
51
nsurf
= gdpy->native->create_pixmap_surface(gdpy->native, pix, NULL);
52
if (!
nsurf
)
56
if (!
nsurf
->validate(
nsurf
, 1 << natt, NULL, textures, NULL, NULL))
59
nsurf
->destroy(
nsurf
);
native_helper.c
377
struct native_surface *
nsurf
;
local
386
nsurf
= ndpy->create_pixmap_surface(ndpy, pix, NULL);
387
if (!
nsurf
)
392
nsurf
->validate(
nsurf
, 1 << natt, NULL, tmp, NULL, NULL);
405
nsurf
->present(
nsurf
, &ctrl);
411
nsurf
->destroy(
nsurf
);
egl_g3d_api.c
229
struct native_surface *
nsurf
;
local
263
nsurf
= gdpy->native->create_window_surface(gdpy->native,
267
nsurf
= gdpy->native->create_pixmap_surface(gdpy->native,
274
nsurf
= gdpy->native->modeset->create_scanout_surface(gdpy->native,
279
nsurf
= NULL;
283
if (!
nsurf
) {
288
if (!
nsurf
->validate(
nsurf
, 0x0, &gsurf->sequence_number, NULL,
290
nsurf
->destroy(
nsurf
);
801
struct native_surface *
nsurf
;
local
[
all
...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c
98
dri2_surface(const struct native_surface *
nsurf
)
100
return (struct dri2_surface *)
nsurf
;
113
dri2_surface_process_drawable_buffers(struct native_surface *
nsurf
,
117
struct dri2_surface *dri2surf = dri2_surface(
nsurf
);
195
dri2_surface_get_buffers(struct native_surface *
nsurf
, uint buffer_mask)
197
struct dri2_surface *dri2surf = dri2_surface(
nsurf
);
274
dri2_surface_update_buffers(struct native_surface *
nsurf
, uint buffer_mask)
276
struct dri2_surface *dri2surf = dri2_surface(
nsurf
);
287
dri2_surface_receive_events(struct native_surface *
nsurf
)
289
struct dri2_surface *dri2surf = dri2_surface(
nsurf
);
777
struct native_surface *
nsurf
;
local
[
all
...]
Completed in 225 milliseconds