Home
last modified time | relevance | path

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

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