Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/ui/
Dvec4.h51 Impersonator< tvec3<T> > rgb; member
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp230 static uint32_t rgb(uint32_t r, uint32_t g, uint32_t b) in rgb() function
/frameworks/native/opengl/libagl/
Dmipmap.cpp73 uint32_t rgb = (grb & 0xFFFF) | (grb >> 16); in buildAPyramid() local
Ddxt.cpp87 inline static int rgb565To888(int rgb) in rgb565To888()
/frameworks/base/graphics/java/android/graphics/
DColor.java93 public static int rgb(int red, int green, int blue) { in rgb() method in Color
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp796 bool rgb; in hwcTestColorConvert() member