Home
last modified time | relevance | path

Searched refs:sRGB (Results 1 – 25 of 74) sorted by relevance

123

/external/libpng/contrib/tools/
DmakesRGB.c49 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/
Dfunctional.fbo.srgb.txt19 sRGB framebuffer tests
25 + sRGB conversion when writing to framebuffer
26 + Blending with sRGB framebuffer
30 + All blend modes when rendering to sRGB framebuffer
Dfunctional.fbo.blit.txt34 + sRGB conversion
Dfunctional.texture.format.txt32 + sRGB texture formats
/external/libpng/contrib/libtests/
Dgentests.sh68 for gamma in "" --sRGB --linear --1.8
73 --sRGB)
Dpngstest.c156 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/
DSVGCSSValueKeywords.in182 sRGB
187 //sRGB
191 //sRGB
/external/libpng/tests/
Dpngunknown-sAPI2 exec ./pngunknown bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir…
/external/libpng/
DTODO12 Complete sRGB transformation (presently it simply uses gamma=0.45455).
DANNOUNCE78 Don't recognize known sRGB profiles as sRGB if they have been hacked,
/external/chromium_org/chrome/browser/ui/tests/
Dui_gfx_image_unittest.mm33 // SkBitmapToNSImage returns a bitmap in the calibrated color space (sRGB),
/external/chromium_org/third_party/angle/src/libGLESv2/
DCaps.cpp159 …InsertExtensionString("GL_EXT_sRGB", sRGB, &extensionStr… in getStrings()
364 sRGB = DetermineSRGBTextureSupport(textureCaps); in setTextureExtensionSupport()
DCaps.h141 bool sRGB; member
Dformatutils.cpp397 …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/
Dwrite.dfa41 # you really do write! For example you might only write sRGB images, sometimes
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt27 + Rendering into sRGB FBO
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1153 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/
Dimage_mac.mm73 // PNGCodec ignores colorspace related ancillary chunks (sRGB, iCCP). Ignore
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c125 const int sRGB = 7; in decoder_peek_si() local
138 if (colorspace != sRGB) { in decoder_peek_si()
/external/libpng/scripts/
Dpnglibconf.dfa581 # 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/
Dvp9_dx_iface.c96 const int sRGB = 7; in parse_bitdepth_colorspace_sampling() local
101 if (colorspace != sRGB) { in parse_bitdepth_colorspace_sampling()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp79 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/
DtcuTextureUtil.cpp276 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/
DGL3.txt33 sRGB framebuffer format (GL_EXT_framebuffer_sRGB) DONE (i965, r600)
/external/mesa3d/docs/
DGL3.txt33 sRGB framebuffer format (GL_EXT_framebuffer_sRGB) DONE (i965, r600)

123