Home
last modified time | relevance | path

Searched refs:GL_COLOR_INDEX (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/glx/
Dcompsize.c87 case GL_COLOR_INDEX: in __glElementsPerGroup()
181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) { in __glImageSize()
/third_party/mesa3d/src/mesa/swrast/
Ds_bitmap.c79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _swrast_Bitmap()
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
Ds_drawpix.c469 if (format == GL_COLOR_INDEX) { in draw_rgba_pixels()
/third_party/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()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_bitmap.c71 GL_COLOR_INDEX, GL_BITMAP, in map_pbo()
139 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
/third_party/mesa3d/src/mesa/main/
Ddrawpix.c123 case GL_COLOR_INDEX: in _mesa_DrawPixels()
358 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
Dpolygon.c271 GL_COLOR_INDEX, GL_BITMAP, in _mesa_PolygonStipple()
299 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
Dimage.c160 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()
Dglformats.c372 case GL_COLOR_INDEX: in _mesa_components_in_format()
1811 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) { in _mesa_error_check_format_and_type()
1913 case GL_COLOR_INDEX: in _mesa_error_check_format_and_type()
3607 if (format == GL_COLOR_INDEX) in _mesa_format_from_format_and_type()
Dpack.c102 GLubyte *ptrn = (GLubyte *) _mesa_unpack_image(2, 32, 32, 1, GL_COLOR_INDEX, in _mesa_unpack_polygon_stipple()
163 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0); in _mesa_pack_bitmap()
261 assert(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX); in extract_uint_indexes()
Dformats.c1472 if (format == GL_COLOR_INDEX) in _mesa_format_matches_format_and_type()
Dtexstore.c696 if (srcFormat == GL_COLOR_INDEX) { in texstore_rgba()
/third_party/mesa3d/include/GL/
Dosmesa.h71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
Dgl.h443 #define GL_COLOR_INDEX 0x1900 macro
/third_party/mesa3d/docs/relnotes/
D8.0.rst55 desktop OpenGL, ``GL_COLOR_INDEX`` data can still be uploaded to a
D6.5.2.rst73 - Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
D10.6.0.rst307 glDrawPixels with GL_COLOR_INDEX never returns.
/third_party/openGLES/api/GLSC/1.0/
Dgl.h332 #define GL_COLOR_INDEX 0x1900 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
Dgl.h332 #define GL_COLOR_INDEX 0x1900 macro
/third_party/openGLES/api/GLSC/1.0.1/
Dgl.h336 #define GL_COLOR_INDEX 0x1900 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
Dgl.h336 #define GL_COLOR_INDEX 0x1900 macro
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1379 fpv = (format != GL_COLOR_INDEX) ? get_color_fp_variant(st) : in st_DrawPixels()
1384 if (ctx->Pixel.MapColorFlag && format != GL_COLOR_INDEX) { in st_DrawPixels()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c868 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_paletted_texture.txt507 Allowed usage of GL_COLOR_INDEX as a generic format in
/third_party/openGLES/extensions/EXT/
DEXT_paletted_texture.txt507 Allowed usage of GL_COLOR_INDEX as a generic format in

12