Lines Matching refs:WebGLLayer
116572 Final phase of moving ownership of WebGLLayer to GraphicsContext3D.
116587 * platform/graphics/mac/GraphicsContext3DMac.mm: Add creation of WebGLLayer
116591 …* platform/graphics/mac/GraphicsLayerCA.mm: Handle setting of WebGLLayer as content the same as fo…
116597 * platform/graphics/mac/WebGLLayer.h:
116598 …* platform/graphics/mac/WebGLLayer.mm: Got rid of storage for context and texture, now just store …
116599 (-[WebGLLayer copyCGLPixelFormatForDisplayMask:]):
116600 (-[WebGLLayer copyCGLContextForPixelFormat:]):
116601 (-[WebGLLayer drawInCGLContext:pixelFormat:forLayerTime:displayTime:]):
116602 (-[WebGLLayer copyImageSnapshotWithColorSpace:]):
116603 …* rendering/RenderLayerBacking.cpp: Changed init of WebGL contentsLayer to pass WebGLLayer rather …
120684 Second of three steps - rename Canvas3DLayer to WebGLLayer
120691 … * platform/graphics/mac/WebGLLayer.h: Copied from WebCore/platform/graphics/mac/Canvas3DLayer.h.
120692 … * platform/graphics/mac/WebGLLayer.mm: Copied from WebCore/platform/graphics/mac/Canvas3DLayer.mm.