Searched refs:GL_COLOR_INDEX (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/glx/ |
D | compsize.c | 82 case GL_COLOR_INDEX: in __glElementsPerGroup() 171 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);
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 206 GL_COLOR_INDEX, GL_BITMAP, in _mesa_polygon_stipple() 253 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
|
D | drawpix.c | 119 case GL_COLOR_INDEX: in _mesa_DrawPixels() 333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
|
D | glformats.c | 170 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()
|
D | image.c | 143 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()
|
D | pack.c | 169 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()
|
D | teximage.c | 1755 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_error_check()
|
D | dlist.c | 1155 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/ |
D | intel_pixel_bitmap.c | 72 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/ |
D | intel_pixel_bitmap.c | 72 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/ |
D | intel_pixel_bitmap.c | 72 GL_COLOR_INDEX, GL_BITMAP, in map_pbo() 138 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
|
/external/mesa3d/include/GL/ |
D | osmesa.h | 73 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
|
D | gl.h | 478 #define GL_COLOR_INDEX 0x1900 macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 859 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
|