Searched defs:RGB (Results 1 - 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py39 RGB = 'rgb' variable
258 if colorspace in (RGB, SRGB):
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
86 struct rc_pair_sub_instruction RGB; member in struct:rc_pair_instruction
/external/giflib/
H A Dquantize.c28 GifByteType RGB[3]; member in struct:QuantizedColorType
48 2D array for each of the RGB colors with size Width by Height. There is no
82 ColorArrayEntries[i].RGB[0] = i >> (2 * BITS_PER_PRIM_COLOR);
83 ColorArrayEntries[i].RGB[1] = (i >> BITS_PER_PRIM_COLOR) &
85 ColorArrayEntries[i].RGB[2] = i & MAX_PRIM_COLOR;
147 Red += QuantizedColor->RGB[0];
148 Green += QuantizedColor->RGB[1];
149 Blue += QuantizedColor->RGB[2];
191 Routine to subdivide the RGB space recursively using median cut in each
245 * referring to identical RGB tuple
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dopengl.hpp291 RGB = 0x1907, //!< Red, Green, Blue enumerator in enum:cv::ogl::Texture2D::Format
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c48 RGB, enumerator in enum:format
276 * Compute src/first term RGB
539 * Compute blend_dest/second term RGB
776 * Combine RGB terms
886 case RGB:
1272 bqs->base_format[i] = RGB;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp303 CFX_Vector_3by1 RGB = M.Inverse().TransformVector(XYZ); local
305 R = RGB_Conversion(RGB.a);
306 G = RGB_Conversion(RGB.b);
307 B = RGB_Conversion(RGB.c);
1201 if (name == "DeviceRGB" || name == "RGB") {
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscam02.c36 cmsFloat64Number RGB[3]; member in struct:__anon16034
105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624);
106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061);
107 clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834);
119 (pMod->D / pMod -> adoptedWhite.RGB[i])) +
120 (1.0 - pMod->D)) * clr.RGB[i];
341 clr.RGB[i] = clr.RGBc[i] /
342 ((pMod->adoptedWhite.XYZ[1] * pMod->D / pMod->adoptedWhite.RGB[i]) + 1.0 - pMod->D);
351 clr.XYZ[0] = (clr.RGB[0] * 1.096124) + (clr.RGB[
[all...]
/external/opencv3/modules/imgproc/test/
H A Dtest_cvtyuv.cpp6 #undef RGB macro
10 typedef Vec3b RGB; typedef
37 virtual RGB read(const Mat& rgb, int row, int col) = 0;
48 virtual void write(Mat& rgb, int row, int col, const RGB& val) = 0;
86 void write(Mat& rgb, int row, int col, const RGB& val)
96 void write(Mat& rgb, int row, int col, const RGB& val)
107 void write(Mat& rgb, int row, int col, const RGB& val)
118 void write(Mat& rgb, int row, int col, const RGB& val)
278 RGB read(const Mat& rgb, int row, int col)
280 return rgb.at<RGB>(ro
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp195 typedef double RGB[3]; typedef
196 RGB color1;
198 extern const RGB color2 = {};
200 extern RGB const color3[5] = {};
202 extern RGB const ((color4)[5]) = {};
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp593 cmsUInt16Number RGB[3]; local
646 cmsDoTransform(transform, &Lab, RGB, 1);
647 *red++ = RGB[0];
648 *green++ = RGB[1];
649 *blue++ = RGB[2];
/external/deqp/framework/common/
H A DtcuTexture.hpp52 RGB, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTexture.cpp304 case TextureFormat::RGB: return 3;
557 case TextureFormat::RGB:
601 return format.order == TextureFormat::RGB || format.order == TextureFormat::BGR;
613 return format.order == TextureFormat::RGB;
623 return format.order == TextureFormat::RGB;
724 static const TextureSwizzle RGB = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_ONE }}; local
741 case TextureFormat::RGB: return RGB;
748 case TextureFormat::sRGB: return RGB;
778 static const TextureSwizzle RGB local
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.hpp383 RGB = 0x1907, enumerator in enum:gl::__anon15313
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 548 milliseconds