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

  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 45 virtual bool allowSurfaceForRoot() const { return true; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 60 virtual bool allowSurfaceForRoot() const { return false; }
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 111 virtual bool allowSurfaceForRoot() const = 0;
TextureMapperNode.cpp 482 if (textureMapper->allowSurfaceForRoot() || m_state.hasSurfaceDescendants) {
635 && (options.textureMapper->allowSurfaceForRoot() || m_state.hasSurfaceDescendants)

Completed in 527 milliseconds