HomeSort by relevance Sort by last modified time
    Searched full:srgb (Results 176 - 200 of 1466) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ImageMagick/PerlMagick/t/reference/write/read/
input_xpm.miff 11 : HLinomntrRGB XYZ ? 1acspMSFTIEC sRGB???-HP cprtP3desc?lwtpt?bkptrXYZgXYZ,bXYZ@dmndTpdmdd??vuedL?view?$lumi?meas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ ?Q?XYZ XYZ o?8??XYZ b????XYZ $????descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view??_.??? \?XYZ L VPW?meas?sig CRT curv
  /external/skqp/include/gpu/
GrCaps.h 41 * Skia convention is that a device only has sRGB support if it supports sRGB formats for both
43 * Decoding to linear of an sRGB texture can be disabled.
47 * Is there support for enabling/disabling sRGB writes for sRGB-capable color buffers?
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 245 unsigned block_size, boolean srgb)
256 if (srgb) {
322 unsigned block_size, boolean srgb)
333 if (srgb) {
410 unsigned block_size, boolean srgb)
423 if (srgb) {
488 unsigned block_size, boolean srgb)
500 if (srgb) {
561 * SRGB variants.
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 107 // Prime for sRGB->P3 conversion
165 case Description::TransferFunction::SRGB:
181 case Description::TransferFunction::SRGB:
202 float EOTF_sRGB(float srgb) {
203 return srgb <= 0.04045 ? srgb / 12.92 : pow((srgb + 0.055) / 1.055, 2.4);
206 vec3 EOTF_sRGB(const vec3 srgb) {
207 return vec3(EOTF_sRGB(srgb.r), EOTF_sRGB(srgb.g), EOTF_sRGB(srgb.b))
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.blend_equation_advanced.txt 27 + Rendering into sRGB FBO
47 In basic, srgb, and msaa tests, only two quads are rendered. In barrier tests
  /external/mesa3d/src/gallium/docs/source/
format.rst 42 The ``SRGB`` suffix is like ``UNORM`` in range, but in the sRGB colorspace.
  /external/skia/bench/
ColorCodecBench.cpp 17 DEFINE_bool(srgb, false, "Convert to srgb dst space");
  /external/skia/src/core/
SkColorSpace_XYZ.cpp 44 // simply give them back a transform to sRGB gamut.
45 SkDEBUGFAIL("Non-invertible XYZ matrix, defaulting to sRGB");
  /external/skia/tools/
picture_utils.cpp 82 // which we think generally is to interpret them as sRGB.
104 // We leave legacy modes as-is. They're already sRGB encoded (kind of).
  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 105 // which were accepted starting in EGL 1.2. For some reason in 1.4, sRGB
120 // Try again without sRGB
  /external/skia/tools/viewer/
Viewer.h 82 kColorManagedSRGB8888_NonLinearBlending, // N32, sRGB transfer function, nonlinear blending
83 kColorManagedSRGB8888, // N32, sRGB transfer function, linear blending
  /external/skqp/bench/
ColorCodecBench.cpp 17 DEFINE_bool(srgb, false, "Convert to srgb dst space");
  /external/skqp/src/core/
SkColorSpace_XYZ.cpp 44 // simply give them back a transform to sRGB gamut.
45 SkDEBUGFAIL("Non-invertible XYZ matrix, defaulting to sRGB");
  /external/skqp/tools/
picture_utils.cpp 82 // which we think generally is to interpret them as sRGB.
104 // We leave legacy modes as-is. They're already sRGB encoded (kind of).
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 105 // which were accepted starting in EGL 1.2. For some reason in 1.4, sRGB
120 // Try again without sRGB
  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 67 // convert from sRGB to linear
82 // convert back to sRGB in the [0..255] range
  /frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
ArgbEvaluator.java 76 // convert from sRGB to linear
91 // convert back to sRGB in the [0..255] range
  /hardware/interfaces/configstore/1.0/
ISurfaceFlingerConfigs.hal 52 * greater than sRGB. Typical display may have same
59 * Default is sRGB.
  /external/deqp/modules/internal/
ditSRGB8ConversionTest.hpp 23 * \brief 8-bit sRGB conversion test.
  /external/pdfium/xfa/fxfa/parser/
cxfa_color.cpp 19 {XFA_Attribute::CSpace, XFA_AttributeType::CData, (void*)L"SRGB"},
  /external/skia/include/gpu/
GrContextOptions.h 91 * If true, sRGB support will not be enabled unless sRGB decoding can be disabled (via an
92 * extension). If mixed use of "legacy" mode and sRGB/color-correct mode is not required, this
94 * sRGB support.
  /external/skia/include/gpu/vk/
GrVkTypes.h 62 * If the image's format is sRGB (GrVkFormatIsSRGB returns true), then the image must have
  /external/skia/src/gpu/
GrColorSpaceXform.cpp 73 // Treat null sources as sRGB
90 // Source texture is sRGB, will be converted to linear when we sample
104 // Source texture is some non-sRGB format, we consider it linearly encoded
108 // Need to manually apply some transfer function (including sRGB)
  /external/skqp/include/gpu/vk/
GrVkTypes.h 62 * If the image's format is sRGB (GrVkFormatIsSRGB returns true), then the image must have
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/
DoNotScoreInCompatibilityTestMode.txt 67 encode-srgb-webp

Completed in 863 milliseconds

1 2 3 4 5 6 78 91011>>