Searched defs:isES2 (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/framework/common/ | ||
| D | tcuTexture.hpp | 560 bool isES2 (void) const { return m_es2; } in isES2() function in tcu::Texture2DView |
| /external/angle/src/libANGLE/ | ||
| D | State.cpp | 733 const bool isES2 = mClientVersion.major == 2; in setBlendColor() local |