Home
last modified time | relevance | path

Searched defs:isValid (Results 1 - 25 of 172) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLPlatformImpl.h36 bool isValid() const { return version != 0u; } in isValid() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNoRenderDocUtil.cpp42 bool RenderDocUtil::isValid (void) in isValid() function in vk::RenderDocUtil
H A DvkRenderDocUtil.cpp98 bool RenderDocUtil::isValid (void) in isValid() function in vk::RenderDocUtil
/third_party/skia/src/gpu/
H A DGrResourceHandle.h24 bool isValid() const { return kInvalid_ResourceHandle != fValue; } in isValid() function in GrResourceHandle
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.hpp39 bool isValid() const { return fd_ >= 0; } in isValid() function in LinuxMemFd
/third_party/skia/src/sksl/
H A DSkSLOutputStream.h18 virtual bool isValid() const { in isValid() function in SkSL::OutputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAttribute.h34 bool isValid() const { in isValid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h52 bool isValid() const { return IsValid; } in isValid() function in llvm::IndexedReference
/third_party/skia/experimental/graphite/include/
H A DBackendTexture.h27 bool isValid() const { return fInfo.isValid(); } in isValid() function in skgpu::BackendTexture
/third_party/skia/include/gpu/
H A DGrBackendDrawableInfo.h26 bool isValid() const { return fIsValid; } in isValid() function in GrBackendDrawableInfo
H A DGrContextThreadSafeProxy.h117 bool isValid() const { return nullptr != fCaps; } in isValid() function in final
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js246 function isValid(expression) { function
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h51 (*U_CALLCONV_FPTR isValid)(NewConverter *cnvData, member
/third_party/node/deps/v8/src/inspector/
H A Dv8-regex.h30 bool isValid() const { return !m_regex.IsEmpty(); } in isValid() function in v8_inspector::V8Regex
H A Dv8-debugger-id.cc21 bool V8DebuggerId::isValid() const { return m_first || m_second; } in isValid() function in v8_inspector::V8DebuggerId
54 bool V8DebuggerId::isValid() const { return m_debugger_id.isValid(); } in isValid() function in v8_inspector::internal::V8DebuggerId
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.h51 (*U_CALLCONV_FPTR isValid)(NewConverter *cnvData, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h76 bool isValid() const { return !Ranges.empty(); } in isValid() function
H A DLineEntry.h28 bool isValid() { return File != 0; } in isValid() function
H A DLineTable.h172 size_t isValid() const { in isValid() function in llvm::gsym::LineTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOptSpecifier.h27 bool isValid() const { return ID != 0; } in isValid() function in llvm::opt::OptSpecifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRegex.h63 bool isValid() const { return !error; } in isValid() function in llvm::Regex
H A DSMLoc.h29 bool isValid() const { return Ptr != nullptr; } in isValid() function in llvm::SMLoc
59 bool isValid() const { return Start.isValid(); } in isValid() function in llvm::SMRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSMLoc.h30 bool isValid() const { return Ptr != nullptr; } in isValid() function in llvm::SMLoc
60 bool isValid() const { return Start.isValid(); } in isValid() function in llvm::SMRange
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitCodes.cpp42 bool NaClBitCodeAbbrevOp::isValid(Encoding E, uint64_t Val) { in isValid() function in NaClBitCodeAbbrevOp
118 bool NaClBitCodeAbbrev::isValid() const { in isValid() function in NaClBitCodeAbbrev
/third_party/skia/include/effects/
H A DSkHighContrastFilter.h41 bool isValid() const { in isValid() function in SkHighContrastConfig::InvertStyle

Completed in 11 milliseconds

1234567