Home
last modified time | relevance | path

Searched defs:m_tex_coords (Results 1 – 5 of 5) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DTexture.h153 …GLfloat m_tex_coords[4] = {0.0f, 0.0f, 0.0f, 0.0f}; ///< the texture coords used to blit f… variable
222 …GLfloat m_tex_coords[4]; ///< position of element within containing tex… variable
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/mesh/
H A Dbinarymeshfilereader.h67 std::vector<size_t> m_tex_coords; variable
H A Dobjmeshfilereader.cpp74 vector<Vector2d> m_tex_coords; member
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_objmeshfilereader.cpp57 vector<Vector2d> m_tex_coords; in TEST_SUITE() member
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/tools/convertmeshfile/
H A Dmain.cpp77 vector<Vector2d> m_tex_coords; member