Home
last modified time | relevance | path

Searched refs:GL_BITMAP (Results 1 – 20 of 20) 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.c157 ASSERT(span->primitive == GL_BITMAP); in zoom_span()
159 INIT_SPAN(zoomed, GL_BITMAP); in zoom_span()
Ds_copypix.c136 INIT_SPAN(span, GL_BITMAP); in copy_rgba_pixels()
261 INIT_SPAN(span, GL_BITMAP); in copy_depth_pixels()
Ds_drawpix.c314 INIT_SPAN(span, GL_BITMAP); in draw_depth_pixels()
429 INIT_SPAN(span, GL_BITMAP); in draw_rgba_pixels()
Ds_span.c980 if (span->primitive == GL_BITMAP && span->array->ChanType != GL_FLOAT) { in shade_texture_span()
1152 span->primitive == GL_BITMAP); in _swrast_write_rgba_span()
1276 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.c170 if (type == GL_BITMAP) { in __glImageSize()
/external/mesa3d/src/mesa/main/
Dglformats.c76 case GL_BITMAP: in _mesa_sizeof_type()
112 case GL_BITMAP: in _mesa_sizeof_packed_type()
231 case GL_BITMAP: in _mesa_bytes_per_pixel()
1029 case GL_BITMAP: in _mesa_error_check_format_and_type()
1103 case GL_BITMAP: in _mesa_error_check_format_and_type()
Dpolygon.c206 GL_COLOR_INDEX, GL_BITMAP, in _mesa_polygon_stipple()
253 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
Dimage.c135 if (type == GL_BITMAP) { in _mesa_image_offset()
285 if (type == GL_BITMAP) { in _mesa_image_row_stride()
333 if (type == GL_BITMAP) { in _mesa_image_image_stride()
390 GL_COLOR_INDEX, GL_BITMAP, 0, 0); in _mesa_expand_bitmap()
392 GL_COLOR_INDEX, GL_BITMAP); in _mesa_expand_bitmap()
Dpbo.c96 if (type != GL_BITMAP && in _mesa_validate_pbo_access()
Ddrawpix.c333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_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()
2779 ASSERT(srcType == GL_BITMAP || in extract_uint_indexes()
2792 case GL_BITMAP: in extract_uint_indexes()
4277 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_color_span_ubyte()
4530 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_color_span_float()
4927 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_index_span()
5146 ASSERT(srcType == GL_BITMAP || in _mesa_unpack_stencil_span()
5356 case GL_BITMAP: in _mesa_pack_stencil_span()
5853 if (type == GL_BITMAP) { in _mesa_unpack_image()
[all …]
Ddlist.c926 if (type == GL_BITMAP) in unpack_image()
951 if (type == GL_BITMAP) in unpack_image()
1156 GL_BITMAP, pixels, &ctx->Unpack); 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/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/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/r200/
Dr200_swtcl.c859 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
/external/mesa3d/include/GL/
Dgl.h496 #define GL_BITMAP 0x1A00 macro
/external/mesa3d/docs/
DVERSIONS577 - glDrawPixels w/ format=GL_STENCIL_INDEX, type=GL_BITMAP was broke