Home
last modified time | relevance | path

Searched refs:texCoordMat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp366 tcu::Mat3 texCoordMat = tcu::Mat3(m_uniforms[0].value.m3); in shadeVertices() local
372 const tcu::Vec3 v_coord = texCoordMat * tcu::Vec3(a_coord.x(), a_coord.y(), 1.0f); in shadeVertices()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp512 tcu::Mat3 texCoordMat = tcu::Mat3(m_uniforms[0].value.m3); in shadeVertices() local
518 tcu::Vec3 v_coord = texCoordMat * tcu::Vec3(a_coord.x(), a_coord.y(), 1.0f); in shadeVertices()