Home
last modified time | relevance | path

Searched refs:m_isDepthStencilSupported (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h331 bool isDepthStencilSupported() { return m_isDepthStencilSupported; } in isDepthStencilSupported()
464 bool m_isDepthStencilSupported; variable
DWebGLRenderingContext.cpp465m_isDepthStencilSupported = m_context->getExtensions()->isEnabled("GL_OES_packed_depth_stencil"); in setupFlags()
468m_isDepthStencilSupported = m_context->getExtensions()->isEnabled("GL_EXT_packed_depth_stencil"); in setupFlags()