HomeSort by relevance Sort by last modified time
    Searched defs:COLOR (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 38 #define COLOR EXPECT_FALSE(type->sampler_shadow);
52 T( sampler1D, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
53 T( sampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
55 T( samplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
56 T( sampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 2)
57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
58 T( samplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, COLOR, 4)
59 T( sampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
60 T( samplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
Constants.java 21 public static final int COLOR = 3;
  /external/llvm/lib/Support/
Process.cpp 58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
68 COLOR(FGBG, "7", BOLD)\
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Process.cpp 58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m"
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
68 COLOR(FGBG, "7", BOLD)\
  /external/skia/samplecode/
SampleEffects.cpp 19 //#define COLOR 0xFFFF8844
20 #define COLOR 0xFF888888
38 SkColor colors[] = { SK_ColorRED, COLOR, SK_ColorBLUE };
83 fPaint[i].setColor(COLOR);
SampleFilterFuzz.cpp 531 enum { ALPHA_THRESHOLD, MERGE, COLOR, BLUR, MAGNIFIER,
547 case COLOR: {
  /external/skqp/samplecode/
SampleEffects.cpp 19 //#define COLOR 0xFFFF8844
20 #define COLOR 0xFF888888
38 SkColor colors[] = { SK_ColorRED, COLOR, SK_ColorBLUE };
83 fPaint[i].setColor(COLOR);
SampleFilterFuzz.cpp 531 enum { ALPHA_THRESHOLD, MERGE, COLOR, BLUR, MAGNIFIER,
547 case COLOR: {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResType.java 10 COLOR,
48 return COLOR;
  /tools/repohooks/
pre-upload.py 59 COLOR = rh.terminal.Color()
60 COMMIT = COLOR.color(COLOR.CYAN, 'COMMIT')
61 RUNNING = COLOR.color(COLOR.YELLOW, 'RUNNING')
62 PASSED = COLOR.color(COLOR.GREEN, 'PASSED'
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
IconMarginSpanTest.java 42 private static final int[] COLOR = new int[WIDTH * HEIGHT];
44 Bitmap.createBitmap(COLOR, WIDTH, HEIGHT, Bitmap.Config.RGB_565);
  /external/python/cpython2/Demo/turtle/
tdemo_nim.py 28 COLOR = (204, 204, 255)
101 self.color("white")
151 self.sticks[(row, col)].color(SCOLOR)
154 self.sticks[(row, col)].color("white")
162 self.sticks[(row, s)].color(farbe)
167 farbe = COLOR
170 self.sticks[(row, s)].color(farbe)
  /external/python/cpython3/Lib/turtledemo/
nim.py 28 COLOR = (204, 204, 255)
101 self.color("white")
150 self.sticks[(row, col)].color(SCOLOR)
153 self.sticks[(row, col)].color("white")
161 self.sticks[(row, s)].color(farbe)
166 farbe = COLOR
169 self.sticks[(row, s)].color(farbe)
  /cts/tests/tests/view/src/android/view/cts/
TextureViewStressTestActivity.java 116 private static final float[][] COLOR = {
126 glClearColor(COLOR[index][0], COLOR[index][1], COLOR[index][2], 1.0f);
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 29 import android.graphics.Color;
50 private static final int[] COLOR = new int[WIDTH * HEIGTH];
106 Bitmap bitmap = Bitmap.createBitmap(COLOR, 10, 10, Bitmap.Config.ARGB_4444);
159 int expectedAlpha = Color.alpha(expectedPixel);
160 int actualAlpha = Color.alpha(actualPixel);
  /external/python/cpython2/Demo/tkinter/guido/
solitaire.py 54 # The background color, green to look like a playing table. The
64 # internationalize the game). The COLOR dictionary maps suit names to
65 # colors (red and black) which must be Tk color names. The keys() of
66 # the COLOR dictionary conveniently provides us with a list of all
77 COLOR = {}
79 COLOR[s] = RED
81 COLOR[s] = BLACK
83 ALLSUITS = COLOR.keys()
133 suit, value, color -- the card's suit, value and color
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
SV.py 46 COLOR = (_NAME_BASE + 1)
  /external/python/cpython2/Lib/plat-irix6/
SV.py 46 COLOR = (_NAME_BASE + 1)
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 73 * |||| |||| |||| ||`+-++++-+++------- Foreground Color |||| |||| |`++-++++-++------------------
74 * Background Color |||| |||| `----------------------------- Fullwidth character
93 /** how much to left shift the foreground color */
95 /** how much to left shift the background color */
97 /** color mask */
98 public final static int COLOR = 0x7fffe0; /* 0000 0000 0111 1111 1111 1111 1110 0000 */
99 /** foreground color mask */
101 /** background color mask */
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 579 public static final int COLOR = 0x0001;
594 * @param flags bitfield that is a combination of COLOR, NORMAL,
623 if ((mFlags & COLOR) != 0) {
730 * Sets the color for the vertices that are added after this method call.
740 if ((mFlags & COLOR) == 0) {
797 if ((mFlags & COLOR) != 0) {
798 b.add(Element.F32_4(mRS), "color");
  /external/minijail/
common.mk 65 # - COLOR=[0|1] to set ANSI color output (default: 1)
100 COLOR ?= 1
357 # Fancy helpers for color if a prompt is defined
358 ifeq ($(COLOR),1)
696 $(info - COLOR=$(COLOR))
    [all...]
  /external/modp_b64/
common.mk 65 # - COLOR=[0|1] to set ANSI color output (default: 1)
100 COLOR ?= 1
355 # Fancy helpers for color if a prompt is defined
356 ifeq ($(COLOR),1)
692 $(info - COLOR=$(COLOR))
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 189 * TelephonyProvider column name for the color of a SIM.
193 public static final String COLOR = "color";
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 55 * name, color, sync info, etc.</li>
337 * The color of the calendar. This should only be updated by the sync
338 * adapter, not other apps, as changing a calendar's color can adversely
340 * <P>Type: INTEGER (color value)</P>
345 * A key for looking up a color from the {@link Colors} table. NULL or
347 * not use a key for looking up the color. The provider will update
597 * should only update calendars (such as changing the color or display
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 92 } COLOR;
93 typedef COLOR *PCOLOR,*LPCOLOR;

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 9