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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 113 if (m_ownedGrContext) {
115 m_ownedGrContext->contextDestroyed();
352 m_ownedGrContext.reset(GrContext::Create(kOpenGL_GrBackend, reinterpret_cast<GrBackendContext>(interface.get())));
353 m_grContext = m_ownedGrContext;
    [all...]
GraphicsContext3D.h     [all...]

Completed in 51 milliseconds