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

  /hardware/intel/img/psb_video/src/
psb_texture.h 41 #define DRI2_FLIP_BUFFERS_NUM 2
43 #define DRI2_MAX_BUFFERS_NUM MAX( DRI2_FLIP_BUFFERS_NUM, DRI2_BLIT_BUFFERS_NUM )
129 PVR2DMEMINFO *flip_meminfo[DRI2_FLIP_BUFFERS_NUM];
psb_texture.c 264 for (i = 0; i < DRI2_FLIP_BUFFERS_NUM; i++)
301 for (i = 0; i < DRI2_FLIP_BUFFERS_NUM; i++) {
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 133 for (i = 0; i < DRI2_FLIP_BUFFERS_NUM; i++)
201 for (i = 0; i < DRI2_FLIP_BUFFERS_NUM; i++) {
517 if (texture_priv->current_blt_buffer == DRI2_FLIP_BUFFERS_NUM)

Completed in 446 milliseconds