Searched defs:isES2 (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ | ||
D | tcuTexture.hpp | 536 bool isES2 (void) const { return m_es2; } in isES2() function in tcu::Texture2DView |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ | ||
D | State.cpp | 980 const bool isES2 = mClientVersion.major == 2; in setBlendColor() local |