Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dcompsize.c87 case GL_COLOR_INDEX: in __glElementsPerGroup()
181 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);
Ds_drawpix.c461 if (format == GL_COLOR_INDEX) { in draw_rgba_pixels()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c70 GL_COLOR_INDEX, GL_BITMAP, in map_pbo()
137 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c73 GL_COLOR_INDEX, GL_BITMAP, in map_pbo()
140 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
/external/mesa3d/src/mesa/main/
Ddrawpix.c117 case GL_COLOR_INDEX: in _mesa_DrawPixels()
333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
Dpolygon.c256 GL_COLOR_INDEX, GL_BITMAP, in _mesa_PolygonStipple()
284 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
Dimage.c160 assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX); in _mesa_image_offset()
407 GL_COLOR_INDEX, GL_BITMAP, 0, 0); in _mesa_expand_bitmap()
409 GL_COLOR_INDEX, GL_BITMAP); in _mesa_expand_bitmap()
Dpack.c100 GLubyte *ptrn = (GLubyte *) _mesa_unpack_image(2, 32, 32, 1, GL_COLOR_INDEX, in _mesa_unpack_polygon_stipple()
161 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_pack_bitmap()
259 assert(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX); in extract_uint_indexes()
Dglformats.c372 case GL_COLOR_INDEX: in _mesa_components_in_format()
1826 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) { in _mesa_error_check_format_and_type()
1927 case GL_COLOR_INDEX: in _mesa_error_check_format_and_type()
Dtexstore.c699 if (srcFormat == GL_COLOR_INDEX) { in texstore_rgba()
Dteximage.c1757 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_formats_agree()
Ddlist.c1582 unpack_image(ctx, 2, width, height, 1, GL_COLOR_INDEX, in save_Bitmap()
3472 unpack_image(ctx, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, in save_PolygonStipple()
/external/mesa3d/include/GL/
Dosmesa.h71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
Dgl.h450 #define GL_COLOR_INDEX 0x1900 macro
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c868 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