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

/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp1355 const Mat3 texMagTransf = Mat3(layerShearTransfData) * Mat3(texMagTransfData); local
1370 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1372 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)
1698 const Mat3 texMagTransf = Mat3(depthShearTransfData) * Mat3(texMagTransfData); local
1713 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1715 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)

Completed in 46 milliseconds