Searched refs:GL_COLOR_INDEX (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/glx/ |
D | compsize.c | 87 case GL_COLOR_INDEX: in __glElementsPerGroup() 181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) { in __glImageSize()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_bitmap.c | 79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _swrast_Bitmap() 177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
|
D | s_drawpix.c | 461 if (format == GL_COLOR_INDEX) { in draw_rgba_pixels()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_bitmap.c | 70 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/ |
D | intel_pixel_bitmap.c | 73 GL_COLOR_INDEX, GL_BITMAP, in map_pbo() 140 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
|
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 117 case GL_COLOR_INDEX: in _mesa_DrawPixels() 333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
|
D | polygon.c | 256 GL_COLOR_INDEX, GL_BITMAP, in _mesa_PolygonStipple() 284 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
|
D | image.c | 160 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()
|
D | pack.c | 100 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()
|
D | glformats.c | 372 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()
|
D | texstore.c | 699 if (srcFormat == GL_COLOR_INDEX) { in texstore_rgba()
|
D | teximage.c | 1757 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_formats_agree()
|
D | dlist.c | 1582 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/ |
D | osmesa.h | 71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
|
D | gl.h | 450 #define GL_COLOR_INDEX 0x1900 macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 868 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
|
/external/mesa3d/docs/ |
D | VERSIONS | 546 - 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
|