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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.h 51 GrContext* m_grContext;
GaneshContext.cpp 45 : m_grContext(0)
63 if (!m_grContext)
64 m_grContext = GrContext::Create(kOpenGL_Shaders_GrEngine, 0);
65 return m_grContext;
70 if (m_grContext)
71 m_grContext->flush();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 91 , m_grContext(0)
139 if (m_grContext)
140 m_grContext->flush(0);
174 m_grContext = context;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 149 GrContext* m_grContext;
SharedGraphicsContext3D.cpp 102 , m_grContext(0)
122 GrSafeUnref(m_grContext);
471 if (!m_grContext) {
472 m_grContext = GrContext::CreateGLShaderContext();
473 m_grContext->setTextureCacheLimits(maxTextureCacheCount, maxTextureCacheBytes);
475 return m_grContext;
SharedGraphicsContext3D.h 174 GrContext* m_grContext;

Completed in 144 milliseconds