Home
last modified time | relevance | path

Searched defs:is2d (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext.h57 virtual bool is2d() const { return false; } in is2d() function
DCanvasRenderingContext2D.h362 virtual bool is2d() const OVERRIDE { return true; } in is2d() function
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp637 bool is2d = m_caseType == CASE_ONLY_2D ? true : in init() local