Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.h407 static unsigned getChannelBitsByFormat(GC3Denum);
DGraphicsContext3D.cpp786 unsigned GraphicsContext3D::getChannelBitsByFormat(GC3Denum format) in getChannelBitsByFormat() function in WebCore::GraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp4424 unsigned need = GraphicsContext3D::getChannelBitsByFormat(texInternalFormat); in isTexInternalFormatColorBufferCombinationValid()
4425 unsigned have = GraphicsContext3D::getChannelBitsByFormat(colorBufferFormat); in isTexInternalFormatColorBufferCombinationValid()