Home
last modified time | relevance | path

Searched defs:IsOpaque (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkXfermode.cpp109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/external/skqp/src/core/
DSkXfermode.cpp109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h59 bool IsOpaque() const { return element_type() == OPAQUE; } in IsOpaque() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1952 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2125 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
/external/v8/src/
Dapi.cc2911 bool Message::IsOpaque() const { in IsOpaque() function in v8::Message