Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.h168 void enableEmulatedInstanceID(bool e) { mEmulatedInstanceID = e; } in enableEmulatedInstanceID()
200 bool mEmulatedInstanceID = false; variable
DTranslatorMetalDirect.cpp1022 if (mEmulatedInstanceID) in translateImpl()