HomeSort by relevance Sort by last modified time
    Searched refs:m_userAttribTransforms (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp     [all...]
es2fShaderTextureFunctionTests.cpp 291 m_userAttribTransforms.push_back(tcu::Mat4(baseCoordTrans));
306 m_userAttribTransforms.push_back(tcu::Mat4(lodCoordTrans));
es2fShaderOperatorTests.cpp 567 m_userAttribTransforms.resize(spec.numInputs);
594 m_userAttribTransforms[inputNdx] = attribMatrix;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp     [all...]
es3fShaderTextureFunctionTests.cpp 567 m_userAttribTransforms.push_back(tcu::Mat4(baseCoordTrans));
586 m_userAttribTransforms.push_back(tcu::Mat4(lodCoordTrans));
607 m_userAttribTransforms.push_back(tcu::Mat4(gradDxTrans));
608 m_userAttribTransforms.push_back(tcu::Mat4(gradDyTrans));
    [all...]
es3fShaderOperatorTests.cpp 846 m_userAttribTransforms.resize(m_spec.numInputs);
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 160 const vector<Mat4> getUserAttribTransforms (void) const { return m_userAttribTransforms; }
173 int getNumUserAttribs (void) const { return (int)m_userAttribTransforms.size(); }
181 vector<Mat4> m_userAttribTransforms;
198 , m_userAttribTransforms (userAttribTransforms)
274 return m_userAttribTransforms[attribNdx] * Vec4(sx, sy, 0.0f, 1.0f);
452 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.125f, 0.25f, 0.5f, 1.0f), m_userAttribTransforms, m_textures);
glsShaderRenderCase.hpp 251 std::vector<tcu::Mat4> m_userAttribTransforms;

Completed in 136 milliseconds