HomeSort by relevance Sort by last modified time
    Searched refs:Colour (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
2003-06-22-UnionCrash.c 5 float Colour[5];
  /external/clang/test/CodeGenCXX/
scoped-enums-debug-info.cpp 14 // CHECK: !MDCompositeType(tag: DW_TAG_enumeration_type, name: "Colour"
16 enum struct Colour { grey };
18 void h(Colour);
20 h(Colour::grey);
scoped-enums.cpp 12 enum struct Colour { grey };
14 void h(Colour);
16 h(Colour::grey);
  /external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 90 top_color = wx.Colour(r, g, b)
98 color = wx.Colour(r, g, b)
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 92 #define PVR2D_ALPHA8 0x06UL // Alpha-only 8 bit per pixel (used with a constant fill colour)
93 #define PVR2D_ALPHA4 0x07UL // Alpha-only 4 bits per pixel (used with a constant fill colour)
159 PVR2D_BLIT_CK_ENABLE = 0x00000001, /* enable colour key */
171 PVR2D_BLIT_COLKEY_SOURCE = 0x00001000, /* Key colour is on the source surface */
172 PVR2D_BLIT_COLKEY_DEST = 0x00002000, /* Key colour is on the destination surface */
173 PVR2D_BLIT_COLKEY_MASKED = 0x00004000, /* Mask enabled for colour key */
174 PVR2D_BLIT_COLKEY_OP_PASS = 0x00008000, /* Colour key op = pass */
175 PVR2D_BLIT_COLKEY_OP_REJECT = 0x00010000, /* Colour key op = reject */
310 PVR2D_ULONG Colour; /* fill colour */
    [all...]

Completed in 94 milliseconds