Home
last modified time | relevance | path

Searched refs:latchId (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DExtensions3DChromium.cpp105 void Extensions3DChromium::getParentToChildLatchCHROMIUM(GC3Duint* latchId) in getParentToChildLatchCHROMIUM() argument
107 m_internal->getParentToChildLatchCHROMIUM(latchId); in getParentToChildLatchCHROMIUM()
110 void Extensions3DChromium::getChildToParentLatchCHROMIUM(GC3Duint* latchId) in getChildToParentLatchCHROMIUM() argument
112 m_internal->getChildToParentLatchCHROMIUM(latchId); in getChildToParentLatchCHROMIUM()
115 void Extensions3DChromium::waitLatchCHROMIUM(GC3Duint latchId) in waitLatchCHROMIUM() argument
117 m_internal->waitLatchCHROMIUM(latchId); in waitLatchCHROMIUM()
120 void Extensions3DChromium::setLatchCHROMIUM(GC3Duint latchId) in setLatchCHROMIUM() argument
122 m_internal->setLatchCHROMIUM(latchId); in setLatchCHROMIUM()
DGraphicsContext3DInternal.h275 void getParentToChildLatchCHROMIUM(GC3Duint* latchId);
276 void getChildToParentLatchCHROMIUM(GC3Duint* latchId);
277 void waitLatchCHROMIUM(GC3Duint latchId);
278 void setLatchCHROMIUM(GC3Duint latchId);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DExtensions3DChromium.h71 void getParentToChildLatchCHROMIUM(GC3Duint* latchId);
72 void getChildToParentLatchCHROMIUM(GC3Duint* latchId);
73 void waitLatchCHROMIUM(GC3Duint latchId);
74 void setLatchCHROMIUM(GC3Duint latchId);
DLayerRendererChromium.cpp224 GC3Duint latchId; in updateAndDrawLayers() local
225 childExt->getChildToParentLatchCHROMIUM(&latchId); in updateAndDrawLayers()
226 parentExt->waitLatchCHROMIUM(latchId); in updateAndDrawLayers()
247 GC3Duint latchId; in updateAndDrawLayers() local
248 childExt->getParentToChildLatchCHROMIUM(&latchId); in updateAndDrawLayers()
249 parentExt->setLatchCHROMIUM(latchId); in updateAndDrawLayers()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h172 virtual void getParentToChildLatchCHROMIUM(WGC3Duint* latchId) = 0;
173 virtual void getChildToParentLatchCHROMIUM(WGC3Duint* latchId) = 0;
174 virtual void waitLatchCHROMIUM(WGC3Duint latchId) = 0;
175 virtual void setLatchCHROMIUM(WGC3Duint latchId) = 0;