Home
last modified time | relevance | path

Searched refs:isSurface (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp507 const float opacity = options.isSurface ? 1 : options.opacity; in paintSelf()
509 if (m_state.replicaLayer && !options.isSurface) in paintSelf()
516 …Mapper->drawTexture(*m_texture.get(), rect, transform, opacity, options.isSurface ? 0 : maskTextur… in paintSelf()
584 if (m_children.isEmpty() && !options.isSurface) in paintSelfAndChildren()
600 if (options.isSurface) { in paintSelfAndChildren()
632 const bool isSurface = (m_layerType == ClipLayer in paintRecursive() local
643 optionsForDescendants.opacity = isSurface ? 1 : options.opacity; in paintRecursive()
644 options.isSurface = isSurface; in paintRecursive()
661 if (isSurface) { in paintRecursive()
676 if (isDirty || !isSurface || m_state.tiled || !m_surface->isValid()) in paintRecursive()
DTextureMapperNode.h50 bool isSurface; member
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h37 bool isSurface(const llvm::Value &);
DNVPTXUtilities.cpp133 bool llvm::isSurface(const llvm::Value &val) { in isSurface() function in llvm
DNVPTXAsmPrinter.cpp1044 if (llvm::isSurface(*GVar)) { in printModuleLevelGV()