Searched refs:isDepthStencilSupported (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h361 bool isDepthStencilSupported() { return m_isDepthStencilSupported; } function in class:WebCore::WebGLRenderingContext
H A DWebGLRenderingContext.cpp1896 if (isDepthStencilSupported() || !buffer) {
3097 if (isDepthStencilSupported()) {

Completed in 54 milliseconds