Home
last modified time | relevance | path

Searched refs:GL_BITMAP (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c72 INIT_SPAN(span, GL_BITMAP); in _swrast_Bitmap()
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _swrast_Bitmap()
165 INIT_SPAN(span, GL_BITMAP);
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
Ds_zoom.c156 assert(span->primitive == GL_BITMAP); in zoom_span()
158 INIT_SPAN(zoomed, GL_BITMAP); in zoom_span()
Ds_copypix.c125 INIT_SPAN(span, GL_BITMAP); in copy_rgba_pixels()
250 INIT_SPAN(span, GL_BITMAP); in copy_depth_pixels()
Ds_drawpix.c316 INIT_SPAN(span, GL_BITMAP); in draw_depth_pixels()
430 INIT_SPAN(span, GL_BITMAP); in draw_rgba_pixels()
Ds_span.c981 if (span->primitive == GL_BITMAP && span->array->ChanType != GL_FLOAT) { in shade_texture_span()
1153 span->primitive == GL_BITMAP); in _swrast_write_rgba_span()
1277 if (span->primitive == GL_BITMAP || !swrast->SpecularVertexAdd) { in _swrast_write_rgba_span()
/external/mesa3d/src/glx/
Dpixel.c103 components = __glElementsPerGroup(format, GL_BITMAP); in FillBitmap()
181 if (type == GL_BITMAP) { in __glFillImage()
287 components = __glElementsPerGroup(format, GL_BITMAP); in EmptyBitmap()
407 if (type == GL_BITMAP) { in __glEmptyImage()
Dcompsize.c180 if (type == GL_BITMAP) { in __glImageSize()
/external/mesa3d/src/mesa/main/
Dpolygon.c193 GL_COLOR_INDEX, GL_BITMAP, in _mesa_PolygonStipple()
221 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
Dpack.c101 GL_BITMAP, pattern, unpacking); in _mesa_unpack_polygon_stipple()
161 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_pack_bitmap()
261 assert(srcType == GL_BITMAP || in extract_uint_indexes()
275 case GL_BITMAP: in extract_uint_indexes()
505 assert(srcType == GL_BITMAP || in _mesa_unpack_stencil_span()
717 case GL_BITMAP: in _mesa_pack_stencil_span()
1231 if (type == GL_BITMAP) { in _mesa_unpack_image()
1270 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) { in _mesa_unpack_image()
Dimage.c152 if (type == GL_BITMAP) { in _mesa_image_offset()
302 if (type == GL_BITMAP) { in _mesa_image_row_stride()
350 if (type == GL_BITMAP) { in _mesa_image_image_stride()
407 GL_COLOR_INDEX, GL_BITMAP, 0, 0); in _mesa_expand_bitmap()
409 GL_COLOR_INDEX, GL_BITMAP); in _mesa_expand_bitmap()
Dglformats.c276 case GL_BITMAP: in _mesa_sizeof_type()
313 case GL_BITMAP: in _mesa_sizeof_packed_type()
431 case GL_BITMAP: in _mesa_bytes_per_pixel()
1825 case GL_BITMAP: in _mesa_error_check_format_and_type()
1930 case GL_BITMAP: in _mesa_error_check_format_and_type()
Ddrawpix.c333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
Dpbo.c97 if (type != GL_BITMAP && in _mesa_validate_pbo_access()
Ddlist.c1582 GL_BITMAP, pixels, &ctx->Unpack)); in save_Bitmap()
3471 unpack_image(ctx, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, in save_PolygonStipple()
/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/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/r200/
Dr200_swtcl.c867 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
/external/mesa3d/include/GL/
Dgl.h468 #define GL_BITMAP 0x1A00 macro
/external/mesa3d/docs/
DVERSIONS577 - glDrawPixels w/ format=GL_STENCIL_INDEX, type=GL_BITMAP was broke