Home
last modified time | relevance | path

Searched refs:GL_COLOR_INDEX (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/glx/
Dcompsize.c82 case GL_COLOR_INDEX: in __glElementsPerGroup()
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) { in __glImageSize()
/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _swrast_Bitmap()
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
/external/mesa3d/src/mesa/main/
Dpolygon.c206 GL_COLOR_INDEX, GL_BITMAP, in _mesa_polygon_stipple()
253 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
Ddrawpix.c119 case GL_COLOR_INDEX: in _mesa_DrawPixels()
333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
Dglformats.c170 case GL_COLOR_INDEX: in _mesa_components_in_format()
1030 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) { in _mesa_error_check_format_and_type()
1100 case GL_COLOR_INDEX: in _mesa_error_check_format_and_type()
Dimage.c143 assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX); in _mesa_image_offset()
390 GL_COLOR_INDEX, GL_BITMAP, 0, 0); in _mesa_expand_bitmap()
392 GL_COLOR_INDEX, GL_BITMAP); in _mesa_expand_bitmap()
Dpack.c169 GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_unpack_bitmap()
263 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_pack_bitmap()
2777 ASSERT(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX); in extract_uint_indexes()
4275 srcFormat == GL_COLOR_INDEX); in _mesa_unpack_color_span_ubyte()
4378 if (srcFormat == GL_COLOR_INDEX) { in _mesa_unpack_color_span_ubyte()
4528 srcFormat == GL_COLOR_INDEX); in _mesa_unpack_color_span_float()
4580 if (srcFormat == GL_COLOR_INDEX) { in _mesa_unpack_color_span_float()
4966 extract_uint_indexes(n, indexes, GL_COLOR_INDEX, srcType, source, in _mesa_unpack_index_span()
Dteximage.c1755 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_error_check()
Ddlist.c1155 n[7].data = unpack_image(ctx, 2, width, height, 1, GL_COLOR_INDEX, in save_Bitmap()
3371 n[1].data = unpack_image(ctx, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, in save_PolygonStipple()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP, in map_pbo()
138 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP, in map_pbo()
138 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP, in map_pbo()
138 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
/external/mesa3d/include/GL/
Dosmesa.h73 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
Dgl.h478 #define GL_COLOR_INDEX 0x1900 macro
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c859 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
/external/mesa3d/docs/
DVERSIONS546 - glTexSubImage2D( .. GL_COLOR_INDEX .. ) didn't work
632 - glTexImage[123]D() didn't accept internalFormat == GL_COLOR_INDEX
764 - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work
1217 - glGetTexImage(GL_COLOR_INDEX) was broken