Searched defs:texMinTransf (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp1354 const Mat3 texMinTransf = Mat3(layerShearTransfData) * Mat3(texMinTransfData); local
1369 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf),
1371 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf),
1697 const Mat3 texMinTransf = Mat3(depthShearTransfData) * Mat3(texMinTransfData); local
1712 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinTransf),
1714 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinTransf),

Completed in 41 milliseconds