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

  /external/mesa3d/src/glx/
glx_pbuffer.c 280 GLboolean use_glx_1_3; local
287 use_glx_1_3 = ((priv->majorVersion > 1) || (priv->minorVersion >= 3));
298 if (use_glx_1_3) {
328 num_attributes = (use_glx_1_3) ? reply.numAttribs : length / 2;

Completed in 60 milliseconds