Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dcommand.h163 void EnablePatch() { is_patch_ = true; } in EnablePatch()
164 bool IsPatch() const { return is_patch_; } in IsPatch()
183 bool is_patch_ = false; variable