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

<<11121314151617181920>>

  /external/skqp/src/gpu/effects/
GrNonlinearColorSpaceXformEffect.h 17 * This effect is used for nonlinear blending color space support - it does not assume HW sRGB
  /external/skqp/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/syslinux/bios/com32/lib/
libcom32.c32 
  /external/syslinux/efi32/com32/lib/
libcom32.c32 
  /frameworks/base/libs/hwui/renderthread/
IRenderPipeline.h 41 Srgb,
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 59 SRGB,
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/
android.hardware.graphics.common@1.0.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libui.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/
android.hardware.graphics.common@1.0.so 
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 373 DE_FATAL("sRGB texture sampler must have either GL_SKIP_DECODE_EXT or GL_DECODE_EXT settings");
513 // do not use srgb decode options. Set to default
    [all...]
  /hardware/interfaces/graphics/common/1.0/
types.hal 581 * It is safest to assume the buffer is an image with sRGB primaries and
    [all...]
  /external/deqp/modules/egl/
teglWideColorTests.cpp 867 // Apply sRGB transfer function when colorspace is sRGB and pixel component
905 // The sRGB transfer function is not applied to alpha
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
basetexture9.c 491 const int sRGB )
502 DBG("This=%p sRGB=%d\n", This, sRGB);
511 pipe_sampler_view_reference(&This->view[sRGB], NULL);
556 /* if requested and supported, convert to the sRGB format */
558 if (sRGB && srgb_format != PIPE_FORMAT_NONE &&
576 This->view[sRGB] = pipe->create_sampler_view(pipe, resource, &templ);
579 DBG("sampler view = %p(resource = %p)\n", This->view[sRGB], resource);
  /external/mesa3d/src/gallium/tests/graw/
tex-srgb.c 1 /* Test sRGB texturing.
188 /* srgb sampler view */
  /external/mesa3d/src/util/
format_srgb.py 33 * SRGB translation.
89 # calculate the table interpolation values used in float linear to unorm8 srgb
  /external/skia/gm/
matrixconvolution.cpp 51 // ... tag the data as sRGB, so color-aware devices do gamut adjustment, etc...
78 // response (when looking at sRGB encoded results), while gamma-correct math produces
mipmap.cpp 54 // create a circle image computed raw, so we can wrap it as a linear or srgb image
103 // create a gradient image computed raw, so we can wrap it as a linear or srgb image
  /external/skia/include/core/
SkColorFilter.h 114 /** Construct a colorfilter that applies the srgb gamma curve to the RGB channels */
117 /** Construct a colorfilter that applies the inverse of the srgb gamma curve to the
  /external/skqp/gm/
matrixconvolution.cpp 51 // ... tag the data as sRGB, so color-aware devices do gamut adjustment, etc...
78 // response (when looking at sRGB encoded results), while gamma-correct math produces
mipmap.cpp 54 // create a circle image computed raw, so we can wrap it as a linear or srgb image
103 // create a gradient image computed raw, so we can wrap it as a linear or srgb image
  /external/skqp/include/core/
SkColorFilter.h 117 /** Construct a colorfilter that applies the srgb gamma curve to the RGB channels */
120 /** Construct a colorfilter that applies the inverse of the srgb gamma curve to the
  /frameworks/base/libs/hwui/
ProgramCache.cpp 146 // We'll use hardware sRGB conversion as much as possible
198 float EOTF_sRGB(float srgb) {
200 return srgb <= 0.04045 ? srgb / 12.92 : pow((srgb + 0.055) / 1.055, 2.4);
205 // Conversion done by the texture unit (sRGB)
248 // When we are writing to an sRGB framebuffer, we must do the following:
268 // sRGB framebuffer
    [all...]
Texture.h 52 sk_sp<SkColorSpace> sRGB);
128 * to sRGB, or a valid pointer to a ColorSpaceConnector if a conversion
  /frameworks/native/libs/ui/tools/
lutgen.cpp 54 cout << " sRGB" << endl;
82 return ColorSpace::sRGB();
  /hardware/interfaces/media/omx/1.0/
types.hal 244 SRGB, // sRGB or equivalent

Completed in 1226 milliseconds

<<11121314151617181920>>