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

  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 60 A_COLOR,
84 glBindAttribLocation(program, A_COLOR, "a_color");
141 "attribute vec4 a_color;\n"
150 " v_color = a_color;\n"
181 glEnableVertexAttribArray(A_COLOR);
186 glVertexAttribPointer(A_COLOR, 4, GL_FLOAT, false, 16, color);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DefaultFocusHighlightTest.java 69 private static final int A_COLOR = 0x920424;
177 new int[] { A_COLOR }),
181 new int[] { A_COLOR }),
185 new int[] { A_COLOR }),
190 new int[] { A_COLOR }),
195 new int[] { A_COLOR, A_COLOR }),
315 return new ColorDrawable(A_COLOR);
319 gradientDrawable.setColor(A_COLOR);
332 new RippleDrawable(ColorStateList.valueOf(A_COLOR), null, null)
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 136 #define A_COLOR A_COLOUR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h     [all...]
ncurses.h     [all...]

Completed in 167 milliseconds