Home
last modified time | relevance | path

Searched refs:getClearBitsByFormat (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.h394 static unsigned getClearBitsByFormat(GC3Denum);
DGraphicsContext3D.cpp762 unsigned GraphicsContext3D::getClearBitsByFormat(GC3Denum format) in getClearBitsByFormat() function in WebCore::GraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp1455 …if (GraphicsContext3D::getClearBitsByFormat(format) & (GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT… in validateSettableTexFormat()