HomeSort by relevance Sort by last modified time
    Searched full:direct_glx_support (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glx/
glxextensions.c 266 static unsigned char direct_glx_support[8]; variable
386 (void) memset(direct_glx_support, 0, sizeof(direct_glx_support));
401 SET_BIT(direct_glx_support, bit);
444 (void) memcpy(psc->direct_support, direct_glx_support,
445 sizeof(direct_glx_support));

Completed in 1439 milliseconds