Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h249 static bool SameSized(const Format &a, const Format &b);
DTexture.cpp208 !Format::SameSized(faceImageDesc.format, baseImageDesc.format)) in isCubeComplete()
463 if (!Format::SameSized(levelImageDesc.format, baseImageDesc.format)) in computeLevelCompleteness()
Dformatutils.cpp543 bool Format::SameSized(const Format &a, const Format &b) in SameSized() function in gl::Format