/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 672 * be passed between processes. The bitmap is assumed to be in the sRGB 690 * be passed between processes. The bitmap is assumed to be in the sRGB [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_context.c | 195 * For example, SRGB formats are not compressible and the sampler engine isn't 329 * supported for SRGB formats. This only matters if FRAMEBUFFER_SRGB is 349 /* Lossless compression is not supported for SRGB formats, it [all...] |
/external/skia/src/core/ |
SkICC.cpp | 321 // between similar transfer functions, for example: gamma2.2 and sRGB. 366 return "sRGB"; 370 return "Linear Transfer with sRGB Gamut"; 374 return "2.2 Transfer with sRGB Gamut"; 382 return "sRGB Transfer with DCI-P3 Gamut"; 389 return "sRGB Transfer with Rec-BT-2020 Gamut";
|
SkImageFilter.cpp | 409 // F16 on some ES implementations), we can't create a surface to do the work. For sRGB, images 410 // may be tagged with an sRGB color space (which leads to an sRGB config in makeSurface). But 411 // the actual config of that sRGB image on a device with no sRGB support is non-sRGB.
|
/external/skqp/src/core/ |
SkICC.cpp | 321 // between similar transfer functions, for example: gamma2.2 and sRGB. 366 return "sRGB"; 370 return "Linear Transfer with sRGB Gamut"; 374 return "2.2 Transfer with sRGB Gamut"; 382 return "sRGB Transfer with DCI-P3 Gamut"; 389 return "sRGB Transfer with Rec-BT-2020 Gamut";
|
SkImageFilter.cpp | 409 // F16 on some ES implementations), we can't create a surface to do the work. For sRGB, images 410 // may be tagged with an sRGB color space (which leads to an sRGB config in makeSurface). But 411 // the actual config of that sRGB image on a device with no sRGB support is non-sRGB.
|
/external/swiftshader/src/Renderer/ |
Sampler.cpp | 61 sRGB = false; 99 state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(internalTextureFormat); 286 void Sampler::setReadSRGB(bool sRGB) 288 this->sRGB = sRGB;
|
/external/pdfium/third_party/libpng16/ |
pngread.c | [all...] |
/cts/apps/CameraITS/pymodules/its/ |
dng.py | 53 # W is the matrix that maps sRGB to XYZ. 60 # HH is the chromatic adaptation matrix from D65 (since sRGB's ref white is 67 # H is a chromatic adaptation matrix from D65 (because sRGB's reference
|
/external/mesa3d/docs/relnotes/ |
10.0.3.html | 166 <li>st/mesa: use sRGB formats for MSAA resolving if destination is sRGB</li> 167 <li>gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formats</li>
|
/external/skia/src/gpu/ |
GrCaps.cpp | 152 writer->appendBool("sRGB Support", fSRGBSupport); 153 writer->appendBool("sRGB Write Control", fSRGBWriteControl); 154 writer->appendBool("sRGB Decode Disable", fSRGBDecodeDisableSupport);
|
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
libui.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
libui.so | |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 78 "green-srgb.png", 86 ColorSpace.Named.SRGB 90 ColorSpace.Named.SRGB, 91 ColorSpace.Named.SRGB, 92 ColorSpace.Named.SRGB, 93 ColorSpace.Named.SRGB 499 // sRGB 506 assertEquals(ColorSpace.get(ColorSpace.Named.SRGB), region.getColorSpace()); 561 assertSame(ColorSpace.get(ColorSpace.Named.SRGB), region.getColorSpace()); [all...] |
/external/ImageMagick/config/ |
Makefile.am | 67 config/sRGB.icm \
|
/external/deqp/modules/gles31/functional/ |
es31fFboSRGBWriteControlTests.hpp | 23 * \brief FBO sRGB tests.
|
es31fSRGBDecodeTests.hpp | 23 * \brief sRGB decode tests.
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_context.h | 68 /* bitmask of samplers which need astc srgb workaround: */
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
fd5_context.h | 75 /* bitmask of samplers which need astc srgb workaround: */
|
/external/mesa3d/src/mesa/swrast/ |
s_texrender.c | 52 /* Want to store linear values, not sRGB */
|
/external/skia/resources/lua/ |
slides_content.lua | 80 - sRGB support (future)
|
/external/skia/src/gpu/effects/ |
GrNonlinearColorSpaceXformEffect.h | 17 * This effect is used for nonlinear blending color space support - it does not assume HW sRGB
|
/external/skia/tests/ |
ICCTest.cpp | 152 REPORTER_ASSERT(r, srgbTag.equals("sRGB")); 182 sk_sp<SkICC> srgb = ICCTest::MakeICC(SkColorSpace::MakeSRGB()); local 183 test_raw_transfer_fn(r, srgb.get()); 228 // Note that the function is continuous (it's actually sRGB).
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
slides_content.lua | 80 - sRGB support (future)
|
/external/skqp/resources/lua/ |
slides_content.lua | 80 - sRGB support (future)
|