Home
last modified time | relevance | path

Searched refs:WebGLLayer (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/mac/
DDrawingBufferMac.mm33 #include "WebGLLayer.h"
61 // Create the WebGLLayer
63 m_platformLayer.adoptNS([[WebGLLayer alloc] initWithGraphicsContext3D:m_context.get()]);
/external/webkit/Source/WebCore/platform/graphics/mac/
DWebGLLayer.h38 @interface WebGLLayer : CAOpenGLLayer
DWebGLLayer.mm31 #import "WebGLLayer.h"
42 @implementation WebGLLayer implementation in void
152 @implementation WebGLLayer(WebGLLayerAdditions) implementation in WebGLLayerAdditions
DGraphicsContext3DMac.mm49 #include "WebGLLayer.h"
159 // Create the WebGLLayer
161 m_webGLLayer.adoptNS([[WebGLLayer alloc] initWithGraphicsContext3D:this]);
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.h145 RetainPtr<WebGLLayer> m_platformLayer;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h55 @class WebGLLayer;
58 class WebGLLayer; variable
892 RetainPtr<WebGLLayer> m_webGLLayer;
/external/webkit/Source/WebCore/
DWebCore.gypi4268 'platform/graphics/mac/WebGLLayer.h',
4269 'platform/graphics/mac/WebGLLayer.mm',
DChangeLog-2011-02-1617366 * platform/graphics/mac/WebGLLayer.mm:
30781 * platform/graphics/mac/WebGLLayer.mm:
30782 (-[WebGLLayer display]):
31590 * platform/graphics/mac/WebGLLayer.mm:
31591 (-[WebGLLayer display]):
DChangeLog-2010-12-06116572 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 …
[all …]
DChangeLog44952 declarations for CALayer and WebGLLayer from void* to structs.
44955 CALayer and WebGLLayer are not void pointers.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1213 …9FFBF3F11C93EE3006A7118 /* WebGLLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49FFBF3D11C…
1214 …9FFBF4011C93EE3006A7118 /* WebGLLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49FFBF3E11…
7768 …1C93EE3006A7118 /* WebGLLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
7769 …EE3006A7118 /* WebGLLayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
17812 49FFBF3D11C93EE3006A7118 /* WebGLLayer.h */,
17813 49FFBF3E11C93EE3006A7118 /* WebGLLayer.mm */,
22869 49FFBF3F11C93EE3006A7118 /* WebGLLayer.h in Headers */,
25588 49FFBF4011C93EE3006A7118 /* WebGLLayer.mm in Sources */,