/external/mesa3d/src/mesa/swrast/ |
D | s_bitmap.c | 72 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);
|
D | s_zoom.c | 157 ASSERT(span->primitive == GL_BITMAP); in zoom_span() 159 INIT_SPAN(zoomed, GL_BITMAP); in zoom_span()
|
D | s_copypix.c | 136 INIT_SPAN(span, GL_BITMAP); in copy_rgba_pixels() 261 INIT_SPAN(span, GL_BITMAP); in copy_depth_pixels()
|
D | s_drawpix.c | 314 INIT_SPAN(span, GL_BITMAP); in draw_depth_pixels() 429 INIT_SPAN(span, GL_BITMAP); in draw_rgba_pixels()
|
D | s_span.c | 980 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/ |
D | pixel.c | 103 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()
|
D | compsize.c | 170 if (type == GL_BITMAP) { in __glImageSize()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 76 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()
|
D | polygon.c | 206 GL_COLOR_INDEX, GL_BITMAP, in _mesa_polygon_stipple() 253 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
|
D | image.c | 135 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()
|
D | pbo.c | 96 if (type != GL_BITMAP && in _mesa_validate_pbo_access()
|
D | drawpix.c | 333 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_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() 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 …]
|
D | dlist.c | 926 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/ |
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/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/r200/ |
D | r200_swtcl.c | 859 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
|
/external/mesa3d/include/GL/ |
D | gl.h | 496 #define GL_BITMAP 0x1A00 macro
|
/external/mesa3d/docs/ |
D | VERSIONS | 577 - glDrawPixels w/ format=GL_STENCIL_INDEX, type=GL_BITMAP was broke
|