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

  /frameworks/base/libs/rs/
rsUtils.h 98 static inline uint16_t rs888to565(uint32_t r, uint32_t g, uint32_t b) function in namespace:android::renderscript
rsAllocation.cpp 459 *d = rs888to565(s[0], s[1], s[2]);
471 *d = rs888to565(s[0], s[1], s[2]);
rsScriptC_Lib.cpp 1063 return rs888to565(ir, ig, ib);
    [all...]

Completed in 80 milliseconds