Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h57 static constexpr Version ES_2_0 = Version(2, 0); variable
DvalidationES.cpp100 return context->getClientVersion() >= ES_2_0; in ValidReadPixelsTypeEnum()
141 return context->getClientVersion() >= ES_2_0; in ValidReadPixelsFormatEnum()
DContext.cpp3388 if (getClientVersion() < ES_2_0) in generateSupportedExtensions()
3459 if (getClientVersion() > ES_2_0) in generateSupportedExtensions()