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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 92 , m_grContext(0)
104 , m_grContext(m_provider->grContext())
340 if (m_grContext)
341 return m_grContext;
353 m_grContext = m_ownedGrContext;
354 if (!m_grContext)
357 m_grContext->setTextureCacheLimits(maxGaneshTextureCacheCount, maxGaneshTextureCacheBytes);
358 m_grContextMemoryAllocationCallbackAdapter = adoptPtr(new GrMemoryAllocationChangedCallbackAdapter(m_grContext));
361 return m_grContext;
    [all...]
GraphicsContext3D.h     [all...]

Completed in 29 milliseconds