Home
last modified time | relevance | path

Searched defs:isInvalid (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
H A DGrNativeRect.h85 bool isInvalid() const { return fX == -1 && fWidth == -1 && fY == -1 in isInvalid() function
H A DGrGpuResource.h252 bool isInvalid() const { return fID == SK_InvalidUniqueID; } in isInvalid() function in GrGpuResource::UniqueID
H A DGrSurfaceProxy.h178 bool isInvalid() const { return SK_InvalidUniqueID == fID; } in isInvalid() function in GrSurfaceProxy::UniqueID
/third_party/skia/src/gpu/v1/
H A DClipStack.h127 bool isInvalid() const { return fInvalidatedByIndex >= 0; } in isInvalid() function in skgpu::v1::final::RawElement
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp100 bool isInvalid() const { return SymbolicPart == nullptr; } in isInvalid() function in llvm::reassociate::XorOpnd
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h198 bool isInvalid() const { isInvalid() function in llvm::LoopBase
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp43 bool isInvalid() const { return Rec == nullptr; } in isInvalid() function
53 bool isInvalid() const { return MC == nullptr; } in isInvalid() function

Completed in 12 milliseconds