Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h520 bool textureBorderClampAny() const { return (textureBorderClampOES || textureBorderClampEXT); } in textureBorderClampAny() function
DvalidationES.cpp252 if (!context->getExtensions().textureBorderClampAny() && in ValidateTextureWrapModeValue()