Home
last modified time | relevance | path

Searched defs:is3d (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext.h57 virtual bool is3d() const { return false; } in is3d() function
DWebGLRenderingContext.h70 virtual bool is3d() const { return true; } in is3d() function