HomeSort by relevance Sort by last modified time
    Searched refs:m_isDepthStencilSupported (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 331 bool isDepthStencilSupported() { return m_isDepthStencilSupported; }
464 bool m_isDepthStencilSupported;
WebGLRenderingContext.cpp 465 m_isDepthStencilSupported = m_context->getExtensions()->isEnabled("GL_OES_packed_depth_stencil");
468 m_isDepthStencilSupported = m_context->getExtensions()->isEnabled("GL_EXT_packed_depth_stencil");
    [all...]

Completed in 19 milliseconds