Searched refs:posEps (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp1359 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS); local
1392 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1393 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dstH >= 1.0f;
1560 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS); local
1599 const bool tri0 = (wx-posEps)/dstW + (wy-posEps)/dstH <= 1.0f;
1600 const bool tri1 = (wx+posEps)/dstW + (wy+posEps)/dst
1740 const float posEps = 1.0f / float(1<<MIN_SUBPIXEL_BITS); local
2207 const float posEps = 1.0f / float((1<<4) + 1); // ES3 requires at least 4 subpixel bits. local
[all...]

Completed in 155 milliseconds