Searched refs:translationMat (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsLongStressTestUtil.cpp | 48 static tcu::Matrix<float, Size, Size> translationMat (const float v) in translationMat() function 167 …t.uniforms.push_back(gls::VarSpec("u_posTrans", translationMat<4>(positionFactor-1.0f), translat… in generateTextureContext() 401 …iforms.push_back(gls::VarSpec("u_mvpMatrix${NS}", translationMat<4>(-0.2f), translationMat<4… in generateFragmentPointLightContext() 402 …ms.push_back(gls::VarSpec("u_modelViewMatrix${NS}", translationMat<4>(-0.2f), translationMat<4… in generateFragmentPointLightContext() 403 …orms.push_back(gls::VarSpec("u_normalMatrix${NS}", translationMat<3>(-0.2f), translationMat<3… in generateFragmentPointLightContext() 404 …ms.push_back(gls::VarSpec("u_texCoordMatrix0${NS}", translationMat<4>(-0.2f), translationMat<4… in generateFragmentPointLightContext() 575 …ms.push_back (gls::VarSpec("u_mvpMatrix${NS}", translationMat<4>(-0.2f), translationMat<4… in generateVertexUniformLoopLightContext() 576 …sh_back (gls::VarSpec("u_modelViewMatrix${NS}", translationMat<4>(-0.2f), translationMat<4… in generateVertexUniformLoopLightContext() 577 ….push_back (gls::VarSpec("u_normalMatrix${NS}", translationMat<3>(-0.2f), translationMat<3… in generateVertexUniformLoopLightContext() 578 …sh_back (gls::VarSpec("u_texCoordMatrix0${NS}", translationMat<4>(-0.2f), translationMat<4… in generateVertexUniformLoopLightContext()
|