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

  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 662 * trans_type - transparent pixel type: GLX_NONE_EXT,
672 int level, int trans_type, int trans_value,
711 if (!(trans_type==DONT_CARE
712 || (trans_type==GLX_TRANSPARENT_INDEX_EXT
714 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
766 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
881 int trans_type = DONT_CARE; local
1024 trans_type = *parselist++;
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 310 uint8_t trans_type; member in struct:nop_out_upiu
331 uint8_t trans_type; member in struct:nop_in_upiu
352 uint8_t trans_type; member in struct:cmd_upiu
403 uint8_t trans_type; member in struct:query_upiu
425 uint8_t trans_type; member in struct:query_resp_upiu
446 uint8_t trans_type; member in struct:resp_upiu

Completed in 163 milliseconds