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

  /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 3131 milliseconds