Searched refs:color_table (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_cmap.c48 static unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable in typeref:typename:unsigned char[]
68 pNewport->txt_colormap[color_table[i]].red = default_red[i];
69 pNewport->txt_colormap[color_table[i]].green = default_grn[i];
70 pNewport->txt_colormap[color_table[i]].blue = default_blu[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A DxmesaP.h226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A DxmesaP.h226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Doutput.c293 void const *color_table)
329 if (!color_table)
395 context->texture_subdata(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table,
287 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface,VdpIndexedFormat source_indexed_format,void const * const * source_data,uint32_t const * source_pitch,VdpRect const * destination_rect,VdpColorTableFormat color_table_format,void const * color_table) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Doutput.c293 void const *color_table)
329 if (!color_table)
398 context->texture_subdata(context, res, 0, PIPE_MAP_WRITE, &box, color_table,
287 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface,VdpIndexedFormat source_indexed_format,void const * const * source_data,uint32_t const * source_pitch,VdpRect const * destination_rect,VdpColorTableFormat color_table_format,void const * color_table) argument
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h2017 * \param[in] color_table_format The format of the color_table.
2018 * \param[in] color_table A table that maps between source index
2030 void const * color_table typedef in typeref:typename:VdpStatus VdpOutputSurfacePutBitsIndexed (VdpOutputSurface surface,VdpIndexedFormat source_indexed_format,void const * const * source_data,uint32_t const * source_pitch,VdpRect const * destination_rect,VdpColorTableFormat color_table_format,void const *)
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp2574 void const * color_table
2617 color_table
2639 color_table
2567 _vdp_cap_output_surface_put_bits_indexed(VdpOutputSurface surface,VdpIndexedFormat source_indexed_format,void const * const * source_data,uint32_t const * source_pitches,VdpRect const * destination_rect,VdpColorTableFormat color_table_format,void const * color_table) argument

Completed in 22 milliseconds