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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 202 if (!st->pixel_xfer.pixelmap_texture) {
203 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
204 st->pixel_xfer.pixelmap_sampler_view =
206 st->pixel_xfer.pixelmap_texture);
290 * Update st->pixel_xfer.program in response to new pixel-transfer state.
302 _mesa_search_program_cache(st->pixel_xfer.cache, &key, sizeof(key));
305 _mesa_program_cache_insert(st->ctx, st->pixel_xfer.cache,
310 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture);
312 st->pixel_xfer.pixelmap_enabled = ctx->Pixel.MapColorFlag;
314 st->pixel_xfer.program = (struct st_fragment_program *) fp
    [all...]
st_context.c 193 st->pixel_xfer.cache = _mesa_new_program_cache();
306 _mesa_delete_program_cache(st->ctx, st->pixel_xfer.cache);
st_cb_drawpixels.c 127 if (!st->pixel_xfer.pixelmap_texture) {
128 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
129 st->pixel_xfer.pixelmap_sampler_view =
131 st->pixel_xfer.pixelmap_texture);
158 &st->pixel_xfer.program->Base);
169 _mesa_print_program(&st->pixel_xfer.program->Base.Base);
172 &st->pixel_xfer.program->Base.Base,
    [all...]
st_context.h 151 } pixel_xfer; member in struct:st_context
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 202 if (!st->pixel_xfer.pixelmap_texture) {
203 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
204 st->pixel_xfer.pixelmap_sampler_view =
206 st->pixel_xfer.pixelmap_texture);
290 * Update st->pixel_xfer.program in response to new pixel-transfer state.
302 _mesa_search_program_cache(st->pixel_xfer.cache, &key, sizeof(key));
305 _mesa_program_cache_insert(st->ctx, st->pixel_xfer.cache,
310 load_color_map_texture(ctx, st->pixel_xfer.pixelmap_texture);
312 st->pixel_xfer.pixelmap_enabled = ctx->Pixel.MapColorFlag;
314 st->pixel_xfer.program = (struct st_fragment_program *) fp
    [all...]
st_context.c 193 st->pixel_xfer.cache = _mesa_new_program_cache();
306 _mesa_delete_program_cache(st->ctx, st->pixel_xfer.cache);
st_cb_drawpixels.c 127 if (!st->pixel_xfer.pixelmap_texture) {
128 st->pixel_xfer.pixelmap_texture = st_create_color_map_texture(ctx);
129 st->pixel_xfer.pixelmap_sampler_view =
131 st->pixel_xfer.pixelmap_texture);
158 &st->pixel_xfer.program->Base);
169 _mesa_print_program(&st->pixel_xfer.program->Base.Base);
172 &st->pixel_xfer.program->Base.Base,
    [all...]
st_context.h 151 } pixel_xfer; member in struct:st_context
st_glsl_to_tgsi.cpp     [all...]

Completed in 227 milliseconds