Searched defs:stimg (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_screen.c317 struct st_egl_image *stimg)
329 stimg->texture = NULL;
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
315 dri_get_egl_image(struct st_manager *smapi, void *egl_image, struct st_egl_image *stimg) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_screen.c317 struct st_egl_image *stimg)
329 stimg->texture = NULL;
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
315 dri_get_egl_image(struct st_manager *smapi, void *egl_image, struct st_egl_image *stimg) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_screen.c317 struct st_egl_image *stimg)
329 stimg->texture = NULL;
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
315 dri_get_egl_image(struct st_manager *smapi, void *egl_image, struct st_egl_image *stimg) argument
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_screen.c317 struct st_egl_image *stimg)
329 stimg->texture = NULL;
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
315 dri_get_egl_image(struct st_manager *smapi, void *egl_image, struct st_egl_image *stimg) argument
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_screen.c317 struct st_egl_image *stimg)
329 stimg->texture = NULL;
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
315 dri_get_egl_image(struct st_manager *smapi, void *egl_image, struct st_egl_image *stimg) argument
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_screen.c317 struct st_egl_image *stimg)
329 stimg->texture = NULL;
330 pipe_resource_reference(&stimg->texture, img->texture);
331 stimg->level = img->level;
332 stimg->layer = img->layer;
315 dri_get_egl_image(struct st_manager *smapi, void *egl_image, struct st_egl_image *stimg) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c799 struct st_egl_image stimg; local
805 memset(&stimg, 0, sizeof(stimg));
806 if (!smapi->get_egl_image(smapi, eglimg, &stimg))
809 u_surface_default_template(&surf_tmpl, stimg.texture, usage);
810 surf_tmpl.u.tex.level = stimg.level;
811 surf_tmpl.u.tex.first_layer = stimg.layer;
812 surf_tmpl.u.tex.last_layer = stimg.layer;
813 ps = st->pipe->create_surface(st->pipe, stimg.texture, &surf_tmpl);
814 pipe_resource_reference(&stimg
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c799 struct st_egl_image stimg; local
805 memset(&stimg, 0, sizeof(stimg));
806 if (!smapi->get_egl_image(smapi, eglimg, &stimg))
809 u_surface_default_template(&surf_tmpl, stimg.texture, usage);
810 surf_tmpl.u.tex.level = stimg.level;
811 surf_tmpl.u.tex.first_layer = stimg.layer;
812 surf_tmpl.u.tex.last_layer = stimg.layer;
813 ps = st->pipe->create_surface(st->pipe, stimg.texture, &surf_tmpl);
814 pipe_resource_reference(&stimg
[all...]

Completed in 142 milliseconds