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

  /external/mesa3d/src/glx/apple/
apple_glx_pixmap.c 178 p->fbconfigID = cmodes->fbconfigID;
212 *value = p->fbconfigID;
apple_glx_drawable.h 73 GLint fbconfigID;
88 GLint fbconfigID;
apple_glx_pbuffer.c 171 pbuf->fbconfigID = modes->fbconfigID;
303 *value = pbuf->fbconfigID;
  /external/mesa3d/src/glx/
driwindows_glx.c 198 InfoMessageF("visualID %x, fbConfigID %x -> pxfi %d\n", config_base->visualID, config_base->fbconfigID, config->pxfi);
273 InfoMessageF("visualID %x, fbConfigID %x -> pxfi %d\n", config_base->visualID, config_base->fbconfigID, config->pxfi);
466 int fbconfigID = GLX_DONT_CARE;
469 visuals have fbconfigID of GLX_DONT_CARE, so search for a fbconfig
470 with matching visualID and get the fbconfigID from there
475 fbconfigID = f->fbconfigID;
479 fbconfigID = m->fbconfigID
    [all...]
create_context.c 107 cfg->fbconfigID,
glxconfig.h 80 GLint fbconfigID;
glxconfig.c 146 *value_return = mode->fbconfigID;
251 (*next)->fbconfigID = GLX_DONT_CARE;
305 if (c->fbconfigID == fbid)
glxcmds.c 940 config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE);
991 MATCH_DONT_CARE(fbconfigID);
    [all...]
glx_pbuffer.c 476 req->fbconfig = config->fbconfigID;
575 req->fbconfig = config->fbconfigID;
598 data[1] = config->fbconfigID;
glxext.c 505 config->fbconfigID = *bp++;
    [all...]
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 146 this->fbc.fbconfigID = 0xbeefcafe;

Completed in 113 milliseconds