HomeSort by relevance Sort by last modified time
    Searched refs:isOpaque (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/skia/include/core/
SkImage.h     [all...]
  /external/skia/samplecode/
SampleBigGradient.cpp 232 return Create(info.width(), info.height(), info.isOpaque(), rec);
  /external/skia/src/shaders/gradients/
SkTwoPointConicalGradient.cpp 110 bool SkTwoPointConicalGradient::isOpaque() const {
  /external/skqp/include/core/
SkImage.h     [all...]
  /external/skqp/samplecode/
SampleBigGradient.cpp 232 return Create(info.width(), info.height(), info.isOpaque(), rec);
  /external/skqp/src/shaders/gradients/
SkTwoPointConicalGradient.cpp 110 bool SkTwoPointConicalGradient::isOpaque() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DerivedTypes.h 269 bool isOpaque() const { return (getSubclassData() & SCDB_HasBody) == 0; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 253 bool isOpaque() const { return (getSubclassData() & SCDB_HasBody) == 0; }
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 248 if (ST->isOpaque())
257 if (ST->isOpaque() && ST->getName() == Name)
266 if (ST->isOpaque()) {
284 if (ST->isOpaque()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 45 assert(!ST->isOpaque() && "Cannot get layout of opaque structs");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 246 if (ST->isOpaque()) {
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 530 assertEquals("Opaque flags do not match.", parentView.isOpaque(), parentNode.isOpaque());
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 93 if (cast<ConstantSDNode>(this)->isOpaque())
130 if (cast<ConstantSDNode>(this)->isOpaque())
  /external/llvm/lib/IR/
Type.cpp 351 assert(isOpaque() && "Struct body already set!");
489 if (isOpaque())
DataLayout.cpp 41 assert(!ST->isOpaque() && "Cannot get layout of opaque structs");
  /external/skia/tests/
ProcessorTest.cpp 599 if (input4f.isOpaque() && fp->preservesOpaqueInput() && !output4f.isOpaque()) {
    [all...]
  /external/skqp/tests/
ProcessorTest.cpp 588 if (input4f.isOpaque() && fp->preservesOpaqueInput() && !output4f.isOpaque()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 185 if (cast<StructType>(this)->isOpaque())
401 assert(isOpaque() && "Struct body already set!");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 114 if (cast<ConstantSDNode>(this)->isOpaque())
153 if (cast<ConstantSDNode>(this)->isOpaque())
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 509 uint16_t IsOpaque : 1;
    [all...]
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
ViewNodeTest.java 333 assertThat(node.isOpaque()).isTrue();
  /external/skia/src/core/
SkRasterPipelineBlitter.cpp 109 bool is_opaque = shader->isOpaque() && paintColor.fA == 1.0f;
  /external/skia/src/effects/imagefilters/
SkMatrixConvolutionImageFilter.cpp 385 if (!fConvolveAlpha && !inputBM.isOpaque()) {
  /external/skia/src/gpu/ops/
GrLatticeOp.cpp 198 auto opaque = fPatches[0].fColor.isOpaque() && GrPixelConfigIsOpaque(fProxy->config())

Completed in 1945 milliseconds

1 2 3 45 6 7 8