Home | History | Annotate | Download | only in mac

Lines Matching refs:fContext

29     CGLContextObj fContext;
34 : fContext(nullptr)
53 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
56 if (nullptr == fContext) {
61 CGLSetCurrentContext(fContext);
88 if (fContext) {
89 CGLReleaseContext(fContext);
90 fContext = nullptr;
98 CGLSetCurrentContext(fContext);
102 CGLFlushDrawable(fContext);