HomeSort by relevance Sort by last modified time
    Searched defs:SRGB (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 41 SRGB = 'srgb'
278 if colorspace in (RGB, SRGB):
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 40 SRGB = 'srgb'
270 if colorspace in (RGB, SRGB):
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 191 #define SRGB 0x00700000
214 _(L8_SRGB , L8 , 0, C, C, C, 1, 0, 0, 0, x, SRGB, ____),
227 _(BGRX8888_SRGB , A8R8G8B8, 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____),
229 _(BGRA8888_SRGB , A8R8G8B8, 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
232 _(DXT1_SRGB , DXT1 , 0, C, C, C, 1, 2, 1, 0, x, SRGB, ____),
234 _(DXT1_SRGBA , DXT1 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
236 _(DXT3_SRGBA , DXT3 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
238 _(DXT5_SRGBA , DXT5 , 0, C, C, C, C, 2, 1, 0, 3, SRGB, ____),
240 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____),
  /external/mesa3d/src/mesa/main/
format_parser.py 39 SRGB = 'srgb'
247 colorspace -- one of 'rgb', 'srgb', 'yuv', or 'zs'
258 assert colorspace in (RGB, SRGB, YUV, ZS)
263 if self.colorspace in (RGB, SRGB):
  /external/swiftshader/src/OpenGL/common/
Image.cpp 55 SRGB,
300 void LoadImageRow<SRGB>(const unsigned char *source, unsigned char *dest, GLint xoffset, GLsizei width)
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.h 46 SRGB = 7,
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 54 * ColorSpace sRgb = ColorSpace.get(ColorSpace.Named.SRGB);
75 * native white point (D65 for {@link Named#SRGB sRGB} for instance and must
98 * <p>You can easily convert to {@link Named#SRGB sRGB} by omitting the second
102 * // Convert from DCI-P3 to sRGB
105 * float[] sRGB = connector.transform(p3r, p3g, p3b);
171 * is commonly used in RGB color spaces such as sRGB, BT.209, etc.
219 * <p>The properties of each color space are described below (see {@link #SRGB sRGB
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 494 public static final short SRGB = 1;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 497 public static final short SRGB = 1;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 494 public static final short SRGB = 1;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 494 public static final short SRGB = 1;
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 472 milliseconds