HomeSort by relevance Sort by last modified time
    Searched refs:isRightmost (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 486 bool isRightmost = (face == 2) || (face == 5);
490 int curW = isRightmost ? (width-curX) : (width / 3);
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 497 bool isRightmost = (face == 2) || (face == 5);
501 int curW = isRightmost ? (width-curX) : (width / 3);

Completed in 181 milliseconds