HomeSort by relevance Sort by last modified time
    Searched defs:isSurface (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 133 bool llvm::isSurface(const llvm::Value &val) {
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 507 const float opacity = options.isSurface ? 1 : options.opacity;
509 if (m_state.replicaLayer && !options.isSurface)
516 options.textureMapper->drawTexture(*m_texture.get(), rect, transform, opacity, options.isSurface ? 0 : maskTexture.get());
584 if (m_children.isEmpty() && !options.isSurface)
600 if (options.isSurface) {
632 const bool isSurface = (m_layerType == ClipLayer
643 optionsForDescendants.opacity = isSurface ? 1 : options.opacity;
644 options.isSurface = isSurface;
661 if (isSurface) {
    [all...]
TextureMapperNode.h 50 bool isSurface;

Completed in 58 milliseconds