Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Drdar-6562655.m39 @interface Bar(BarInternal) - (void)_setIsWhite:(BOOL)isWhite;
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp875 const bool isWhite = (pixel[0] == 255) && (pixel[1] == 255) && (pixel[2] == 255); in checkPixels() local
878 allWhite = allWhite && isWhite; in checkPixels()
880 anyUnexpected = anyUnexpected || (!isWhite && !isBlack); in checkPixels()