Searched refs:pixFormat (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 67 CGLPixelFormatObj pixFormat; in MacGLTestContext() local 69 CGLChoosePixelFormat(attributes, &pixFormat, &npix); in MacGLTestContext() 72 if (nullptr == pixFormat) { in MacGLTestContext() 75 CGLChoosePixelFormat(attributes, &pixFormat, &npix); in MacGLTestContext() 78 if (nullptr == pixFormat) { in MacGLTestContext() 83 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext); in MacGLTestContext() 84 CGLReleasePixelFormat(pixFormat); in MacGLTestContext()
|
/third_party/flutter/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 50 CGLPixelFormatObj pixFormat; in MacGLTestContext() local 53 CGLChoosePixelFormat(attributes, &pixFormat, &npix); in MacGLTestContext() 55 if (nullptr == pixFormat) { in MacGLTestContext() 60 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext); in MacGLTestContext() 61 CGLReleasePixelFormat(pixFormat); in MacGLTestContext()
|
/third_party/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 140 pixFormat = GR_GL_RGBA8; in ColorSettings() 143 pixFormat = GR_GL_RGBA16F; in ColorSettings() 147 GrGLenum pixFormat; member 181 info.fFormat = colorSettings.pixFormat; in MakeOnScreenGLSurface()
|