Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkCoverageDelta.h137 this->checkX(x); in delta()
169 void checkX(int x) const { in checkX() function
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp683 TIntermBinary *checkX = new TIntermBinary(EOpGreaterThan, ix, threshold); in AddBresenhamEmulationFS() local
686 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()