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

  /frameworks/rs/cpp/
Element.cpp 184 case RS_TYPE_UNSIGNED_5_6_5:
230 if ((dt != RS_TYPE_UNSIGNED_5_6_5) &&
322 dt == RS_TYPE_UNSIGNED_5_6_5 ||
327 if (dt == RS_TYPE_UNSIGNED_5_6_5 && dk != RS_KIND_PIXEL_RGB) {
  /frameworks/rs/
rsComponent.cpp 72 case RS_TYPE_UNSIGNED_5_6_5:
rsDefines.h 140 RS_TYPE_UNSIGNED_5_6_5,
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_sample.c 138 if (dk == RS_KIND_USER || (dt != RS_TYPE_UNSIGNED_8 && dt != RS_TYPE_UNSIGNED_5_6_5)) { \
183 if (dt == RS_TYPE_UNSIGNED_5_6_5) { \
210 if (dt == RS_TYPE_UNSIGNED_5_6_5) { \
  /frameworks/rs/scriptc/
rs_types.rsh 480 RS_TYPE_UNSIGNED_5_6_5 = 13,
  /frameworks/rs/driver/
rsdAllocation.cpp 53 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5;

Completed in 44 milliseconds