Searched refs:paletted (Results 1 – 25 of 41) sorted by relevance
12
/third_party/skia/third_party/externals/libpng/contrib/pngsuite/ |
D | README | 22 grayscale (1-16 bit deep), full color (8 or 16 bit), paletted 35 basn3p01.png 1-bit paletted 36 basn3p02.png 2-bit paletted 37 basn3p04.png 4-bit paletted 38 basn3p08.png 8-bit paletted 48 ftbbn3p08.png 8-bit paletted, black bKGD 50 ftbgn3p08.png 8-bit paletted, gray bKGD 53 ftbwn3p08.png 8-bit paletted, white bKGD 54 ftbyn3p08.png 8-bit paletted, yellow bKGD 57 ftp0n3p08.png 8-bit paletted, opaque [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngsuite/ |
D | README | 22 grayscale (1-16 bit deep), full color (8 or 16 bit), paletted 35 basn3p01.png 1-bit paletted 36 basn3p02.png 2-bit paletted 37 basn3p04.png 4-bit paletted 38 basn3p08.png 8-bit paletted 48 ftbbn3p08.png 8-bit paletted, black bKGD 50 ftbgn3p08.png 8-bit paletted, gray bKGD 53 ftbwn3p08.png 8-bit paletted, white bKGD 54 ftbyn3p08.png 8-bit paletted, yellow bKGD 57 ftp0n3p08.png 8-bit paletted, opaque [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_compressed_paletted_texture.txt | 47 been extended to support paletted textures. 49 A paletted texture is described by the following data: 78 * Should glCompressedTexSubImage2D be allowed for modifying paletted 82 support paletted formats internally to also store the palette 110 mip levels defined for the paletted texture. 153 texture is a compressed paletted texture. The texture data contains the 174 Compressed paletted textures support only 2D images without 182 Add table 3.17.1: Texel Data Formats for compressed paletted textures 260 - Use paletted rather than palettized. Change naming of internal
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_paletted_texture.txt | 35 Future NVIDIA GPU designs will no longer support paletted textures. 68 EXT_paletted_texture modifies TexImage3DEXT to accept paletted image 76 to accept paletted image data and allows TEXTURE_CUBE_MAP_ARB, and 85 support the use of paletted textures in OpenGL. A paletted texture is 87 is composed of indices into the palette. The paletted texture cannot 104 by 64K while the paletted version would only increase by 256 bytes. 113 color scheme, while paletted textures allow the same basic index data to 118 developed for paletted displays. Simple animation can be done, along 253 implementation supports a particular paletted format (or any paletted 254 formats at all) by attempting to use the paletted format with a proxy [all …]
|
D | EXT_shared_texture_palette.txt | 32 Future NVIDIA GPU designs will no longer support paletted textures.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_paletted_texture.txt | 35 Future NVIDIA GPU designs will no longer support paletted textures. 68 EXT_paletted_texture modifies TexImage3DEXT to accept paletted image 76 to accept paletted image data and allows TEXTURE_CUBE_MAP_ARB, and 85 support the use of paletted textures in OpenGL. A paletted texture is 87 is composed of indices into the palette. The paletted texture cannot 104 by 64K while the paletted version would only increase by 256 bytes. 113 color scheme, while paletted textures allow the same basic index data to 118 developed for paletted displays. Simple animation can be done, along 253 implementation supports a particular paletted format (or any paletted 254 formats at all) by attempting to use the paletted format with a proxy [all …]
|
D | EXT_shared_texture_palette.txt | 32 Future NVIDIA GPU designs will no longer support paletted textures.
|
/third_party/openGLES/extensions/OES/ |
D | OES_compressed_paletted_texture.txt | 57 been extended to support paletted textures. 59 A paletted texture is described by the following data: 88 * Should glCompressedTexSubImage2D be allowed for modifying paletted 92 support paletted formats internally to also store the palette 120 mip levels defined for the paletted texture. 163 texture is a compressed paletted texture. The texture data contains the 184 Compressed paletted textures support only 2D images without 192 Add table 3.17.1: Texel Data Formats for compressed paletted textures 270 - Use paletted rather than palettized. Change naming of internal
|
/third_party/ffmpeg/libavcodec/ |
D | dds.c | 104 int paletted; member 141 ctx->paletted = flags & DDPF_PALETTE; in parse_pixel_format() 145 if (ctx->compressed && ctx->paletted) { in parse_pixel_format() 148 ctx->paletted = 0; in parse_pixel_format() 239 ctx->paletted = 1; in parse_pixel_format() 346 } else if (ctx->paletted) { in parse_pixel_format() 680 } else if (!ctx->paletted && ctx->bpp == 4 && avctx->pix_fmt == AV_PIX_FMT_PAL8) { in dds_decode() 713 if (ctx->paletted) { in dds_decode()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | pnm2png.bat | 10 REM -- paletted 30 REM -- paletted
|
D | png2pnm.bat | 10 REM -- paletted 30 REM -- paletted
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/ |
D | pnm2png.bat | 10 REM -- paletted 30 REM -- paletted
|
D | png2pnm.bat | 10 REM -- paletted 30 REM -- paletted
|
/third_party/mesa3d/docs/relnotes/ |
D | 8.0.rst | 54 - Removed all remnants of paletted texture support. As required by
|
D | 6.5.rst | 71 - paletted texturing was broken w/ floating point palettes (K. Schultz)
|
D | 7.11.1.rst | 236 - mesa: Refactor compressed texture error checks to work with paletted 238 - mesa: Remove redundant compressed paletted texture error checks
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | benchmarks.md | 114 1165 × 859 (approximately 1000k pixels) and a GIF image (a paletted image) is 1
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_rectangle.txt | 146 Do paletted textures work with rectangular textures? 152 The difference between paletted texture accesses and dependent 153 texture accesses is that paletted texture lookups are 256 "Rectangular textures do not support paletted formats. The error
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_rectangle.txt | 146 Do paletted textures work with rectangular textures? 152 The difference between paletted texture accesses and dependent 153 texture accesses is that paletted texture lookups are 256 "Rectangular textures do not support paletted formats. The error
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shadow.txt | 99 RESOLVED: If the currently bound texture is a color (or paletted
|
D | ARB_texture_non_power_of_two.txt | 179 * paletted textures are not unsupported. 185 * paletted textures are unsupported.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shadow.txt | 89 RESOLVED: If the currently bound texture is a color (or paletted
|
D | ARB_texture_non_power_of_two.txt | 169 * paletted textures are not unsupported. 175 * paletted textures are unsupported.
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/ |
D | README.md | 3 GIF (Graphics Interchange Format) is an image compression format for paletted
|
/third_party/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 1465 non-paletted images (PNG_INFO_tRNS) 1725 For example, 4 bit/pixel paletted or grayscale data will be returned 1740 changes paletted images to RGB, and adds a full alpha channel if there is 1854 fully opaque and 255 (in 8-bit or paletted images) or 65535 (in 16-bit 2042 If you need to reduce an RGB file to a paletted file, or if a paletted 3115 non-paletted images (PNG_INFO_tRNS) 3435 fully transparent and 255 (in 8-bit or paletted images) or 65535 3441 other transformations because in the case of paletted images the tRNS 3443 your image is not a paletted image, the tRNS data (which in such cases 4189 indexed (paletted) images, or most ancillary chunks. [all …]
|
12