Searched defs:color_table (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/resources/
H A Detc1_pixel_ref.cc29 void* ETC1PixelRef::onLockPixels(SkColorTable** color_table) { argument
30 *color_table = NULL;
/external/chromium_org/cc/test/
H A Dskia_common.cc22 void* TestPixelRef::onLockPixels(SkColorTable** color_table) { argument
42 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) { argument
/external/chromium_org/ui/gfx/ozone/dri/
H A Ddri_skbitmap.cc70 SkColorTable* color_table,
75 color_table_(color_table),
102 SkColorTable* color_table) OVERRIDE;
105 bool AllocatePixels(DriSkBitmap* bitmap, SkColorTable* color_table);
117 SkColorTable* color_table) {
118 return AllocatePixels(static_cast<DriSkBitmap*>(bitmap), color_table);
122 SkColorTable* color_table) {
163 color_table,
68 DriSkPixelRef( void* pixels, SkColorTable* color_table, size_t size, int fd, uint32_t handle) argument
116 allocPixelRef(SkBitmap* bitmap, SkColorTable* color_table) argument
121 AllocatePixels(DriSkBitmap* bitmap, SkColorTable* color_table) argument
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_cairo.cc46 void* CairoSurfacePixelRef::onLockPixels(SkColorTable** color_table) { argument
47 *color_table = NULL;
H A Dlazy_pixel_ref_utils_unittest.cc33 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
48 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
99 void* TestPixelRef::onLockPixels(SkColorTable** color_table) { argument
116 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) { argument
H A Dbitmap_platform_device_win.cc132 void* PlatformBitmapPixelRef::onLockPixels(SkColorTable** color_table) { argument
133 *color_table = NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c278 void const *color_table)
314 if (!color_table)
378 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table,
272 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
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c278 void const *color_table)
314 if (!color_table)
378 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table,
272 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
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h226 unsigned long color_table[576]; /* RGB -> pixel value */ member in struct:xmesa_buffer
/external/qemu/
H A Dconsole.c386 static uint32_t color_table[2][8]; variable
487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
491 bgcol = color_table[t_attrib->bold][t_attrib->bgcol];
675 color_table[0][COLOR_BLACK]);
763 color_table[0][s->t_attrib_default.bgcol]);
1480 color_table[j][i] = col_expand(ds,

Completed in 3614 milliseconds