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

  /external/mesa3d/src/glx/apple/
apple_visual.c 83 GLint vsref = 0; local
169 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
171 if ((error == kCGLBadAttribute || vsref == 0) && use_core_profile) {
173 ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref);
181 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref);
apple_glx_pbuffer.c 202 GLint vsref = 0; local
209 err = apple_cgl.choose_pixel_format(attr, &pfobj, &vsref);

Completed in 148 milliseconds