Home
last modified time | relevance | path

Searched refs:MinVersion (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcode_list.cpp88 uint32 dng_opcode_list::MinVersion (bool includeOptional) const in MinVersion() function in dng_opcode_list
99 result = Max_uint32 (result, fList [index]->MinVersion ()); in MinVersion()
177 stream.Put_uint32 (fList [index]->MinVersion ()); in Spool()
204 stream.Put_uint32 (fList [index]->MinVersion ()); in FingerprintToStream()
Ddng_opcode_list.h119 uint32 MinVersion (bool includeOptional) const;
Ddng_opcodes.h150 uint32 MinVersion () const in MinVersion() function
Ddng_opcodes.cpp127 else if (MinVersion () > dngVersion_Current && in AboutToApply()
Ddng_negative.cpp3847 else if (fOpcodeList3.MinVersion (false) > host.SaveDNGVersion () || in BuildStage2Image()
3860 if (fOpcodeList3.MinVersion (true) > host.SaveDNGVersion ()) in BuildStage2Image()
3872 else if (fOpcodeList2.MinVersion (false) > host.SaveDNGVersion () || in BuildStage2Image()
3878 else if (fOpcodeList1.MinVersion (false) > host.SaveDNGVersion () || in BuildStage2Image()
Ddng_image_writer.cpp5769 negative.OpcodeList1 ().MinVersion (false)); in WriteDNG()
5772 negative.OpcodeList2 ().MinVersion (false)); in WriteDNG()
5775 negative.OpcodeList3 ().MinVersion (false)); in WriteDNG()
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go68 MinVersion *GLVersion `json:"min_version"` member
80 var CORE_REQUIREMENT = Requirement{Extension: CORE_FEATURE, MinVersion: nil}
228 mv := req.MinVersion
/third_party/skia/experimental/wasm-skp-debugger/
Dexterns.js12 MinVersion: function() {}, method
Ddebugger_bindings.cpp68 uint32_t MinVersion() { return SkPicturePriv::kMin_Version; } in MinVersion() function
541 function("MinVersion", &MinVersion); in EMSCRIPTEN_BINDINGS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp167 FPUVersion MinVersion; in getFPUFeatures() member
198 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()