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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 94 if (!st->pixel_xfer.pixelmap_texture) {
95 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
96 st->pixel_xfer.pixelmap_sampler_view =
98 st->pixel_xfer.pixelmap_texture);
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture);
st_context.h 175 } pixel_xfer; member in struct:st_context
st_context.c 603 pipe_sampler_view_reference(&st->pixel_xfer.pixelmap_sampler_view, NULL);
604 pipe_resource_reference(&st->pixel_xfer.pixelmap_texture, NULL);
st_cb_drawpixels.c     [all...]

Completed in 58 milliseconds