Home
last modified time | relevance | path

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

/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.cpp800 bool rgb; in hwcTestColorConvert() member