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