HomeSort by relevance Sort by last modified time
    Searched refs:pixelmap_texture (Results 1 - 3 of 3) 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);
98 st->pixel_xfer.pixelmap_texture);
100 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture);
st_context.h 173 struct pipe_resource *pixelmap_texture; member in struct:st_context::__anon30617
st_context.c 604 pipe_resource_reference(&st->pixel_xfer.pixelmap_texture, NULL);

Completed in 66 milliseconds