/external/libpng/contrib/tools/ |
D | makesRGB.c | 49 sRGB(unsigned int i) in sRGB() function 127 double lo = 255 * sRGB(i << 15); in main() 128 double hi = 255 * sRGB((i+1) << 15); in main() 155 unsigned int iexact = nearbyint(255*sRGB(i)); in main() 227 unsigned int iexact = nearbyint(255*sRGB(i)); in main() 308 unsigned int iexact = nearbyint(255*sRGB(i)); in main() 313 double err = 255*sRGB(i) - icalc; in main() 340 unsigned int iexact = nearbyint(255*sRGB(i)); in main() 345 double err = 255*sRGB(i) - icalc; in main() 365 unsigned int iexact = nearbyint(255*sRGB(i)); in main()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.srgb.txt | 19 sRGB framebuffer tests 25 + sRGB conversion when writing to framebuffer 26 + Blending with sRGB framebuffer 30 + All blend modes when rendering to sRGB framebuffer
|
D | functional.fbo.blit.txt | 34 + sRGB conversion
|
D | functional.texture.format.txt | 32 + sRGB texture formats
|
/external/libpng/contrib/libtests/ |
D | gentests.sh | 68 for gamma in "" --sRGB --linear --1.8 73 --sRGB)
|
D | pngstest.c | 156 sRGB(double linear /*range 0.0 .. 1.0*/) in sRGB() function 164 return sRGB(fixed_linear / 65535.); in isRGB() 178 return sRGB((double)component / alpha); 1233 out->r = out->g = out->b = sRGB(sRGB_to_d[in->g] * a + back->dg * (1-a)); in gpc_bckg() 1261 out->r = sRGB(sRGB_to_d[in->r] * a + back->dr * (1-a)); in gpc_bckc() 1262 out->g = sRGB(sRGB_to_d[in->g] * a + back->dg * (1-a)); in gpc_bckc() 1263 out->b = sRGB(sRGB_to_d[in->b] * a + back->db * (1-a)); in gpc_bckc() 1280 sRGB(YfromRGB(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b])); in gpc_g8() 1298 out->r = out->g = out->b = sRGB(YfromRGB( in gpc_g8b() 1306 out->r = out->g = out->b = sRGB(a * YfromRGB(sRGB_to_d[in->r], in gpc_g8b() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SVGCSSValueKeywords.in | 182 sRGB 187 //sRGB 191 //sRGB
|
/external/libpng/tests/ |
D | pngunknown-sAPI | 2 exec ./pngunknown bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir…
|
/external/libpng/ |
D | TODO | 12 Complete sRGB transformation (presently it simply uses gamma=0.45455).
|
D | ANNOUNCE | 78 Don't recognize known sRGB profiles as sRGB if they have been hacked,
|
/external/chromium_org/chrome/browser/ui/tests/ |
D | ui_gfx_image_unittest.mm | 33 // SkBitmapToNSImage returns a bitmap in the calibrated color space (sRGB),
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Caps.cpp | 159 …InsertExtensionString("GL_EXT_sRGB", sRGB, &extensionStr… in getStrings() 364 sRGB = DetermineSRGBTextureSupport(textureCaps); in setTextureExtensionSupport()
|
D | Caps.h | 141 bool sRGB; member
|
D | formatutils.cpp | 397 …L_UNSIGNED_NORMALIZED, true, RequireESVersionOrExtension<3, &Extensions::sRGB>, NeverSupport… in BuildInternalFormatInfoMap() 398 …L_UNSIGNED_NORMALIZED, true, RequireESVersionOrExtension<3, &Extensions::sRGB>, AlwaysSuppor… in BuildInternalFormatInfoMap() 480 …zedFormat(GL_RGB, RequireESVersionOrExtension<3, &Extensions::sRGB>, Nev… in BuildInternalFormatInfoMap() 481 …zedFormat(GL_RGBA, RequireESVersionOrExtension<3, &Extensions::sRGB>, Alw… in BuildInternalFormatInfoMap()
|
/external/libpng/contrib/conftest/ |
D | write.dfa | 41 # you really do write! For example you might only write sRGB images, sometimes
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.blend_equation_advanced.txt | 27 + Rendering into sRGB FBO
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1153 format.order == tcu::TextureFormat::sRGB || in getMinimumComponentResolution() 1165 format.order == tcu::TextureFormat::sRGB || in getMinimumComponentResolution() 1176 format.order == tcu::TextureFormat::sRGB || in getMinimumComponentResolution() 1305 format.order == tcu::TextureFormat::sRGB || in getComponentType() 1317 format.order == tcu::TextureFormat::sRGB || in getComponentType() 1328 format.order == tcu::TextureFormat::sRGB || in getComponentType()
|
/external/chromium_org/ui/gfx/image/ |
D | image_mac.mm | 73 // PNGCodec ignores colorspace related ancillary chunks (sRGB, iCCP). Ignore
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 125 const int sRGB = 7; in decoder_peek_si() local 138 if (colorspace != sRGB) { in decoder_peek_si()
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 581 # against known sRGB profiles if the sRGB handling is enabled. The 596 # just a waste of time since all currently approved ICC sRGB profiles have 601 # as the intent that should be used when combining two profiles. The sRGB 603 # For this reason the sRGB chunk includes an 'intent' to be used when displaying 607 # applications modify the intent in profiles (including sRGB profiles) to work 615 # positive is a false assertion that the profile is an sRGB profile. This might 726 chunk sRGB enables COLORSPACE, GAMMA
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
D | vp9_dx_iface.c | 96 const int sRGB = 7; in parse_bitdepth_colorspace_sampling() local 101 if (colorspace != sRGB) { in parse_bitdepth_colorspace_sampling()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 79 case TextureFormat::sRGB: format = GL_RGB; break; in getTransferFormat() 177 case FMT_CASE(sRGB, UNORM_INT8): return GL_SRGB8; in getInternalFormat() 390 case GL_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8); in mapGLInternalFormat()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 276 case TextureFormat::sRGB: chnMask = BVec4(true, true, true, false); break; in getTextureFormatInfo() 347 case TextureFormat::sRGB: chnMask = BVec4(true, true, true, false); break; in getTextureFormatBitDepth() 415 case TextureFormat::sRGB: chnMask = BVec4(true, true, true, false); break; in getTextureFormatMantissaBitDepth()
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | GL3.txt | 33 sRGB framebuffer format (GL_EXT_framebuffer_sRGB) DONE (i965, r600)
|
/external/mesa3d/docs/ |
D | GL3.txt | 33 sRGB framebuffer format (GL_EXT_framebuffer_sRGB) DONE (i965, r600)
|