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

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp417 float triY = triNdx ? 1.0f-yf : yf; local
419 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY);
453 float triY = triNdx ? 1.0f-yf : yf; local
455 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY);
456 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY);
696 float triY = triNdx ? 1.0f-yf : yf; local
698 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY);
699 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY);
700 float r = triangleInterpolate(triR[triNdx].x(), triR[triNdx].y(), triR[triNdx].z(), triX, triY);
744 float triY local
791 float triY = triNdx ? 1.0f-yf : yf; local
939 const float triY = triNdx ? 1.0f-yf : yf; local
[all...]

Completed in 84 milliseconds