Home
last modified time | relevance | path

Searched refs:SemanticToStringMap (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramCommon.cpp54 mSemanticTypeMap.insert(SemanticToStringMap::value_type("vertex", VES_POSITION)); in GLSLESProgramCommon()
55 mSemanticTypeMap.insert(SemanticToStringMap::value_type("blendWeights", VES_BLEND_WEIGHTS)); in GLSLESProgramCommon()
56 mSemanticTypeMap.insert(SemanticToStringMap::value_type("normal", VES_NORMAL)); in GLSLESProgramCommon()
57 mSemanticTypeMap.insert(SemanticToStringMap::value_type("colour", VES_DIFFUSE)); in GLSLESProgramCommon()
58 mSemanticTypeMap.insert(SemanticToStringMap::value_type("secondary_colour", VES_SPECULAR)); in GLSLESProgramCommon()
59 mSemanticTypeMap.insert(SemanticToStringMap::value_type("blendIndices", VES_BLEND_INDICES)); in GLSLESProgramCommon()
60 mSemanticTypeMap.insert(SemanticToStringMap::value_type("tangent", VES_TANGENT)); in GLSLESProgramCommon()
61 mSemanticTypeMap.insert(SemanticToStringMap::value_type("binormal", VES_BINORMAL)); in GLSLESProgramCommon()
62 mSemanticTypeMap.insert(SemanticToStringMap::value_type("uv", VES_TEXTURE_COORDINATES)); in GLSLESProgramCommon()
122 … for (SemanticToStringMap::iterator i = mSemanticTypeMap.begin(); i != mSemanticTypeMap.end(); ++i) in getAttributeSemanticString()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLProgramCommon.cpp57 mSemanticTypeMap.insert(SemanticToStringMap::value_type("vertex", VES_POSITION)); in GLSLProgramCommon()
58 mSemanticTypeMap.insert(SemanticToStringMap::value_type("blendWeights", VES_BLEND_WEIGHTS)); in GLSLProgramCommon()
59 mSemanticTypeMap.insert(SemanticToStringMap::value_type("normal", VES_NORMAL)); in GLSLProgramCommon()
60 mSemanticTypeMap.insert(SemanticToStringMap::value_type("colour", VES_DIFFUSE)); in GLSLProgramCommon()
61 mSemanticTypeMap.insert(SemanticToStringMap::value_type("secondary_colour", VES_SPECULAR)); in GLSLProgramCommon()
62 mSemanticTypeMap.insert(SemanticToStringMap::value_type("blendIndices", VES_BLEND_INDICES)); in GLSLProgramCommon()
63 mSemanticTypeMap.insert(SemanticToStringMap::value_type("tangent", VES_TANGENT)); in GLSLProgramCommon()
64 mSemanticTypeMap.insert(SemanticToStringMap::value_type("binormal", VES_BINORMAL)); in GLSLProgramCommon()
65 mSemanticTypeMap.insert(SemanticToStringMap::value_type("uv", VES_TEXTURE_COORDINATES)); in GLSLProgramCommon()
139 … for (SemanticToStringMap::iterator i = mSemanticTypeMap.begin(); i != mSemanticTypeMap.end(); ++i) in getAttributeSemanticString()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/include/
H A DOgreGLSLESProgramCommon.h105 typedef map<String, VertexElementSemantic>::type SemanticToStringMap; typedef
106 SemanticToStringMap mSemanticTypeMap;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/include/
H A DOgreGLSLProgramCommon.h115 typedef map<String, VertexElementSemantic>::type SemanticToStringMap; typedef
116 SemanticToStringMap mSemanticTypeMap;