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

1 2 3 4 56 7 8

  /external/skqp/src/core/
SkRasterPipelineBlitter.cpp 109 bool is_opaque = shader->isOpaque() && paintColor.fA == 1.0f;
SkBitmapDevice.cpp 277 } else if (info.isOpaque()) {
  /external/skqp/src/effects/imagefilters/
SkMatrixConvolutionImageFilter.cpp 385 if (!fConvolveAlpha && !inputBM.isOpaque()) {
  /external/skqp/src/gpu/
GrFragmentProcessor.cpp 345 if ((childFlags & kPreservesOpaqueInput_OptimizationFlag) && color.isOpaque()) {
  /external/skqp/src/gpu/ops/
GrLatticeOp.cpp 197 auto opaque = fPatches[0].fColor.isOpaque() && GrPixelConfigIsOpaque(fProxy->config())
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 221 assert(imgTy->isOpaque() && "image type must be an opaque structure");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DataLayout.cpp 47 assert(!ST->isOpaque() && "Cannot get layout of opaque structs");
Constants.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 390 ID.AddBoolean(C->isOpaque());
    [all...]
TargetLowering.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/tests/
GrPorterDuffTest.cpp 92 !inputColor.isOpaque())));
102 !inputColor.isOpaque())));
    [all...]
  /external/skqp/tests/
GrPorterDuffTest.cpp 90 !inputColor.isOpaque())));
100 !inputColor.isOpaque())));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 470 ID.AddBoolean(C->isOpaque());
    [all...]
DAGCombiner.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 310 bool isOpaque(void) const;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 290 if (StructTy == nullptr || StructTy->isOpaque() /* no struct body */)
    [all...]
  /external/skia/src/core/
SkBitmapDevice.cpp 270 } else if (info.isOpaque()) {
  /external/skia/src/shaders/gradients/
SkGradientShader.cpp 419 bool SkGradientShaderBase::isOpaque() const {
    [all...]
  /external/skqp/src/shaders/gradients/
SkGradientShader.cpp 419 bool SkGradientShaderBase::isOpaque() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 302 if (StructTy == nullptr || StructTy->isOpaque() /* no struct body */)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 673 assert((T->isOpaque() || V[i]->getType() == T->getElementType(i)) &&
685 assert((ST->isOpaque() || ST->getNumElements() == V.size()) &&
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 879 if (ST->isOpaque())
    [all...]

Completed in 906 milliseconds

1 2 3 4 56 7 8