Home
last modified time | relevance | path

Searched defs:isInvalid (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLIRect.h91 bool isInvalid() const { return fLeft == -1 && fWidth == -1 && fBottom == -1 in isInvalid() function
/third_party/skia/src/gpu/
DGrNativeRect.h85 bool isInvalid() const { return fX == -1 && fWidth == -1 && fY == -1 in isInvalid() function
DGrGpuResource.h239 bool isInvalid() const { return fID == SK_InvalidUniqueID; } in isInvalid() function
DGrSurfaceProxy.h178 bool isInvalid() const { return SK_InvalidUniqueID == fID; } in isInvalid() function
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h268 bool isInvalid() const { return fID == SK_InvalidUniqueID; } in isInvalid() function
/third_party/skia/src/gpu/v1/
DClipStack.h127 bool isInvalid() const { return fInvalidatedByIndex >= 0; } in isInvalid() function
/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h192 bool isInvalid() const { return SK_InvalidUniqueID == fID; } in isInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h198 bool isInvalid() const { in isInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp43 bool isInvalid() const { return Rec == nullptr; } in isInvalid() function
53 bool isInvalid() const { return MC == nullptr; } in isInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp100 bool isInvalid() const { return SymbolicPart == nullptr; } in isInvalid() function in llvm::reassociate::XorOpnd