/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 161 unsigned int t = inst->RGB.Arg[arg].Source; 163 t |= inst->RGB.Arg[arg].Negate << 11; 164 t |= inst->RGB.Arg[arg].Abs << 12; 167 t |= fix_hw_swizzle(GET_SWZ(inst->RGB.Arg[arg].Swizzle, comp)) << (3*comp + 2); 248 if (inst->RGB.Opcode == RC_OPCODE_DDX || inst->Alpha.Opcode == RC_OPCODE_DDX || 249 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) { 255 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode); 258 if (inst->RGB.OutputWriteMask || inst->Alpha.OutputWriteMask || inst->Alpha.DepthWriteMask) { 269 code->inst[ip].inst0 |= (inst->RGB.WriteMask << 11); 271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18) [all...] |
radeon_program_pair.h | 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then 54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB. 86 struct rc_pair_sub_instruction RGB; 103 unsigned int rgb, unsigned int alpha,
|
radeon_variable.c | 64 sub = &var_ptr->Inst->U.P.RGB; 103 pair_inst->RGB.Src[src_index] 105 pair_inst->RGB.Src[src_index] 107 pair_inst->RGB.Src[src_index] 377 &inst->U.P.RGB);
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_packed_depth_stencil.spec | 91 RGB Color R, G, B components 112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB 113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB 114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB 115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB 177 RGB red green blue 189 BLUE, ALPHA, RGB, RGBA, ABGR_EXT, LUMINANCE, or LUMINANCE_ALPHA, and 193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
|
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 91 RGB Color R, G, B components 112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB 113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB 114 UNSIGNED_SHORT_5_6_5 ushort 3 RGB 115 UNSIGNED_SHORT_5_6_5_REV ushort 3 RGB 177 RGB red green blue 189 BLUE, ALPHA, RGB, RGBA, ABGR_EXT, LUMINANCE, or LUMINANCE_ALPHA, and 193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
conglomerate_functions.pl | 115 # Decorate (rgb-vals(1 string) filename) 118 my $RGB = shift; 126 push (@Output, "C$RGB\n");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterCurves.java | 57 if (!mParameters.getSpline(Spline.RGB).isOriginal()) { 59 populateArray(rgbGradient, Spline.RGB);
|
/external/chromium_org/skia/ext/ |
platform_device_win.cc | 38 res = SetBkColor(context, RGB(255, 255, 255)); 40 res = SetTextColor(context, RGB(0, 0, 0)); 42 res = SetDCBrushColor(context, RGB(255, 255, 255)); 44 res = SetDCPenColor(context, RGB(0, 0, 0));
|
skia_utils_win.cc | 58 return RGB(SkColorGetR(color), SkColorGetG(color), SkColorGetB(color));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_pair.h | 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then 54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB. 86 struct rc_pair_sub_instruction RGB; 103 unsigned int rgb, unsigned int alpha,
|
radeon_variable.c | 64 sub = &var_ptr->Inst->U.P.RGB; 103 pair_inst->RGB.Src[src_index] 105 pair_inst->RGB.Src[src_index] 107 pair_inst->RGB.Src[src_index] 377 &inst->U.P.RGB);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 146 map |= RC_IN_USAGE(RGB); 308 INIT_COMBINER(RGB, ctx, &rc_c, i); 342 INPUT_SRC(&rc, D, E_TIMES_F, RGB); 343 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB); 348 INPUT_SRC(&rc, C, FOG, RGB); 357 INPUT_SRC(&rc, B, SPARE0, RGB); 360 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 146 map |= RC_IN_USAGE(RGB); 308 INIT_COMBINER(RGB, ctx, &rc_c, i); 342 INPUT_SRC(&rc, D, E_TIMES_F, RGB); 343 INPUT_SRC(&rc, F, SECONDARY_COLOR, RGB); 348 INPUT_SRC(&rc, C, FOG, RGB); 357 INPUT_SRC(&rc, B, SPARE0, RGB); 360 INPUT_SRC(&rc, B, PRIMARY_COLOR, RGB);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_ycbcr_texture.spec | 35 There is no support for converting YCbCr images to RGB or vice versa 37 RGB during texture sampling, after-which, all the usual per-fragment 45 data to RGB one would need to examine two pixels from columns N and N+1 46 (where N is even) to deduce the RGB color. 127 YCbCr, not RGB. Queries of the texture's red, green and blue component 128 sizes will return zero. The YCbCr colors are converted to RGB during 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 35 There is no support for converting YCbCr images to RGB or vice versa 37 RGB during texture sampling, after-which, all the usual per-fragment 45 data to RGB one would need to examine two pixels from columns N and N+1 46 (where N is even) to deduce the RGB color. 127 YCbCr, not RGB. Queries of the texture's red, green and blue component 128 sizes will return zero. The YCbCr colors are converted to RGB during 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCurves.java | 54 private int mCurrentCurveIndex = Spline.RGB; 193 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.RED) { 196 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.GREEN) { 199 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.BLUE) { 202 // We only display the other channels curves when showing the RGB curve 203 if (mCurrentCurveIndex == Spline.RGB) { 420 mCurrentCurveIndex = Spline.RGB;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_pack.py | 276 src_colorspace = RGB, 277 dst_colorspace = RGB): 285 assert dst_colorspace == RGB 297 assert src_colorspace == RGB 468 src_colorspace = RGB 496 src_colorspace = RGB 536 dst_colorspace = RGB 574 dst_colorspace = RGB
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 276 src_colorspace = RGB, 277 dst_colorspace = RGB): 285 assert dst_colorspace == RGB 297 assert src_colorspace == RGB 468 src_colorspace = RGB 496 src_colorspace = RGB 536 dst_colorspace = RGB 574 dst_colorspace = RGB
|
/external/chromium_org/printing/ |
print_job_constants.h | 113 RGB,
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragmentFixedFunction.java | 142 RGB (3), 194 case RGB: 195 mShader += " col.rgb = texture2D(UNI_Tex0, t0).rgb;\n"; 210 case RGB: 211 mShader += " col.rgb *= texture2D(UNI_Tex0, t0).rgb;\n";
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 32 import org.eclipse.swt.graphics.RGB; 139 public @NonNull IColor registerColor(int rgb) { 142 Integer key = Integer.valueOf(rgb); 146 (rgb >> 16) & 0xFF, 147 (rgb >> 8) & 0xFF, 148 (rgb >> 0) & 0xFF)); 431 RGB stroke = swtStyle.getStrokeColor(); 436 RGB fill = swtStyle.getFillColor(); 468 * @param defaultColorDesc The RGB values to initialize the color to if we 472 private Color getStrokeColor(DrawingStyle style, RGB defaultColorDesc) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
StretchesViewer.java | 32 import org.eclipse.swt.graphics.RGB; 49 = new PaletteData(new RGB[] {new RGB(0x00, 0x00, 0xCC)});
|
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/ |
ProgramFragmentFixedFunctionTest.java | 101 assertEquals(Builder.Format.RGB, Builder.Format.valueOf("RGB"));
|
/external/chromium_org/content/browser/aura/ |
software_output_device_win.cc | 85 RGB(0xFF, 0xFF, 0xFF), &blend, ULW_ALPHA);
|
/external/chromium_org/mojo/services/native_viewport/ |
native_viewport_win.cc | 79 HBRUSH red_brush = CreateSolidBrush(RGB(255, 0, 0));
|