Searched refs:vec2f (Results 1 – 6 of 6) sorted by relevance
32 void setTexCoords(vec2f * m_texCoords);
46 vec2f m_texCoords[4];
52 vec2f m_texCoords[8];
48 vec2f m_texCoords[4];
113 typedef vec2<GLfloat> vec2f; typedef
93 void ShaderTexture::setTexCoords(vec2f * m_texCoords){ in setTexCoords()