Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.h178 bool m_packedDepthStencilExtensionSupported; variable
DDrawingBuffer.cpp113 , m_packedDepthStencilExtensionSupported(packedDepthStencilExtensionSupported) in DrawingBuffer()
546 if (m_attributes.depth && m_attributes.stencil && m_packedDepthStencilExtensionSupported) { in resizeDepthStencil()