OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_glx_1_3
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/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;
/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 158 milliseconds