/third_party/mesa3d/src/glx/ |
D | compsize.c | 87 case GL_COLOR_INDEX: in __glElementsPerGroup() 181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) { in __glImageSize()
|
/third_party/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);
|
D | s_drawpix.c | 469 if (format == GL_COLOR_INDEX) { in draw_rgba_pixels()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_bitmap.c | 73 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/ |
D | brw_pixel_bitmap.c | 71 GL_COLOR_INDEX, GL_BITMAP, in map_pbo() 139 GL_COLOR_INDEX, GL_BITMAP, in get_bitmap_rect()
|
/third_party/mesa3d/src/mesa/main/ |
D | drawpix.c | 123 case GL_COLOR_INDEX: in _mesa_DrawPixels() 358 1, GL_COLOR_INDEX, GL_BITMAP, in _mesa_Bitmap()
|
D | polygon.c | 271 GL_COLOR_INDEX, GL_BITMAP, in _mesa_PolygonStipple() 299 GL_COLOR_INDEX, GL_BITMAP, in _mesa_GetnPolygonStippleARB()
|
D | image.c | 160 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()
|
D | glformats.c | 372 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()
|
D | pack.c | 102 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()
|
D | formats.c | 1472 if (format == GL_COLOR_INDEX) in _mesa_format_matches_format_and_type()
|
D | texstore.c | 696 if (srcFormat == GL_COLOR_INDEX) { in texstore_rgba()
|
/third_party/mesa3d/include/GL/ |
D | osmesa.h | 71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
|
D | gl.h | 443 #define GL_COLOR_INDEX 0x1900 macro
|
/third_party/mesa3d/docs/relnotes/ |
D | 8.0.rst | 55 desktop OpenGL, ``GL_COLOR_INDEX`` data can still be uploaded to a
|
D | 6.5.2.rst | 73 - Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
|
D | 10.6.0.rst | 307 glDrawPixels with GL_COLOR_INDEX never returns.
|
/third_party/openGLES/api/GLSC/1.0/ |
D | gl.h | 332 #define GL_COLOR_INDEX 0x1900 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
D | gl.h | 332 #define GL_COLOR_INDEX 0x1900 macro
|
/third_party/openGLES/api/GLSC/1.0.1/ |
D | gl.h | 336 #define GL_COLOR_INDEX 0x1900 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
D | gl.h | 336 #define GL_COLOR_INDEX 0x1900 macro
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1379 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/ |
D | r200_swtcl.c | 868 GL_COLOR_INDEX, GL_BITMAP, row, 0 ); in r200PointsBitmap()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_paletted_texture.txt | 507 Allowed usage of GL_COLOR_INDEX as a generic format in
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_paletted_texture.txt | 507 Allowed usage of GL_COLOR_INDEX as a generic format in
|