HomeSort by relevance Sort by last modified time
    Searched full:stimg (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 317 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;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 317 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;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 799 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.texture, NULL)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 799 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.texture, NULL)
    [all...]

Completed in 138 milliseconds