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

  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c 261 unsigned int glxValue;
266 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
267 return glxValue == GLX_DONT_CARE || glxValue == value;
277 unsigned int attrib, value, glxValue;
284 glxValue = 0;
286 glxValue |= GLX_RGBA_BIT;
289 glxValue |= GLX_COLOR_INDEX_BIT;
291 if (glxValue != config->renderType)
297 glxValue = GLX_NON_CONFORMANT_CONFIG
    [all...]
  /external/mesa3d/src/glx/
dri_common.c 261 unsigned int glxValue;
266 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
267 return glxValue == GLX_DONT_CARE || glxValue == value;
277 unsigned int attrib, value, glxValue;
284 glxValue = 0;
286 glxValue |= GLX_RGBA_BIT;
289 glxValue |= GLX_COLOR_INDEX_BIT;
291 if (glxValue != config->renderType)
297 glxValue = GLX_NON_CONFORMANT_CONFIG
    [all...]

Completed in 48 milliseconds