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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 119 , m_contextSupportsLatch(false)
122 m_contextSupportsLatch = m_context->getExtensions()->supports("GL_CHROMIUM_latch");
211 if (hardwareCompositing() && m_contextSupportsLatch) {
240 if (hardwareCompositing() && m_contextSupportsLatch) {
293 // if (hardwareCompositing() && m_contextSupportsLatch) {
315 if (hardwareCompositing() && m_contextSupportsLatch) {
    [all...]
LayerRendererChromium.h 231 bool m_contextSupportsLatch;

Completed in 18 milliseconds