Searched refs:use_glx_1_3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_pbuffer.c280 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;
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c280 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 84 milliseconds