Searched refs:pixFormat (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp50 CGLPixelFormatObj pixFormat; local
53 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
55 if (nullptr == pixFormat) {
60 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
61 CGLReleasePixelFormat(pixFormat);
/external/skqp/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp50 CGLPixelFormatObj pixFormat; local
53 CGLChoosePixelFormat(attributes, &pixFormat, &npix);
55 if (nullptr == pixFormat) {
60 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
61 CGLReleasePixelFormat(pixFormat);

Completed in 140 milliseconds