Home
last modified time | relevance | path

Searched defs:vertexProgram (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DVertexProgram.cpp36 VertexProgram& vertexProgram = static_cast<VertexProgram&>(obj); in VertexProgram_readLocalData() local
109 const VertexProgram& vertexProgram = static_cast<const VertexProgram&>(obj); in VertexProgram_writeLocalData() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DVertexProgram.cpp36 VertexProgram& vertexProgram = static_cast<VertexProgram&>(obj); in VertexProgram_readLocalData() local
109 const VertexProgram& vertexProgram = static_cast<const VertexProgram&>(obj); in VertexProgram_writeLocalData() local
/dports/devel/spark/spark-2.1.1/graphx/src/main/scala/org/apache/spark/graphx/lib/
H A DLabelPropagation.scala60 def vertexProgram(vid: VertexId, attr: Long, message: Map[VertexId, Long]): VertexId = { method
H A DShortestPaths.scala60 def vertexProgram(id: VertexId, attr: SPMap, msg: SPMap): SPMap = { method
H A DPageRank.scala316 def vertexProgram(id: VertexId, attr: (Double, Double), msgSum: Double): (Double, Double) = { method
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCD3D9CgMaterialRenderer.cpp36 const c8* vertexProgram, const c8* vertexEntry, E_VERTEX_SHADER_TYPE vertexProfile, in CD3D9CgMaterialRenderer()
129 const c8* vertexProgram, const c8* vertexEntry, E_VERTEX_SHADER_TYPE vertexProfile, in init()
H A DCOpenGLCgMaterialRenderer.cpp37 const c8* vertexProgram, const c8* vertexEntry, E_VERTEX_SHADER_TYPE vertexProfile, in COpenGLCgMaterialRenderer()
151 const c8* vertexProgram, const c8* vertexEntry, E_VERTEX_SHADER_TYPE vertexProfile, in init()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/edit_virtual_scan/vs/
H A Dresources.h213 const string vertexProgram = STRINGFY( in createStartShader() local
335 const string vertexProgram = STRINGFY( in createKillerShader() local
454 const string vertexProgram = STRINGFY( in createDeadMaskerShader() local
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramCommon.cpp40 …GLSLESProgramCommon::GLSLESProgramCommon(GLSLESProgram* vertexProgram, GLSLESProgram* fragmentProg… in GLSLESProgramCommon()
H A DOgreGLSLESProgramPipeline.cpp44 …GLSLESProgramPipeline::GLSLESProgramPipeline(GLSLESProgram* vertexProgram, GLSLESProgram* fragment… in GLSLESProgramPipeline()
H A DOgreGLSLESLinkProgram.cpp44 … GLSLESLinkProgram::GLSLESLinkProgram(GLSLESProgram* vertexProgram, GLSLESProgram* fragmentProgram) in GLSLESLinkProgram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DProgramPipeline.cpp241 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateExecutableAttributes() local
257 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateTransformFeedbackMembers() local
634 Program *vertexProgram = mState.mPrograms[ShaderType::Vertex]; in linkVaryings() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp241 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateExecutableAttributes() local
257 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateTransformFeedbackMembers() local
634 Program *vertexProgram = mState.mPrograms[ShaderType::Vertex]; in linkVaryings() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramCommon.cpp39 …GLSLESProgramCommon::GLSLESProgramCommon(GLSLESGpuProgram* vertexProgram, GLSLESGpuProgram* fragme… in GLSLESProgramCommon()
H A DOgreGLSLESLinkProgram.cpp44 …GLSLESLinkProgram::GLSLESLinkProgram(GLSLESGpuProgram* vertexProgram, GLSLESGpuProgram* fragmentPr… in GLSLESLinkProgram()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLMonolithicProgram.cpp41 GLSLMonolithicProgram::GLSLMonolithicProgram(GLSLShader* vertexProgram, in GLSLMonolithicProgram()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp228 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateExecutableAttributes() local
608 Program *vertexProgram = mState.mPrograms[ShaderType::Vertex]; in linkVaryings() local
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp228 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateExecutableAttributes() local
608 Program *vertexProgram = mState.mPrograms[ShaderType::Vertex]; in linkVaryings() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DProgramPipeline.cpp228 Program *vertexProgram = getShaderProgram(gl::ShaderType::Vertex); in updateExecutableAttributes() local
608 Program *vertexProgram = mState.mPrograms[ShaderType::Vertex]; in linkVaryings() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLProgramCommon.cpp38 …GLSLProgramCommon::GLSLProgramCommon(GLSLGpuProgram* vertexProgram, GLSLGpuProgram* geometryProgra… in GLSLProgramCommon()
H A DOgreGLSLLinkProgram.cpp87 …GLSLLinkProgram::GLSLLinkProgram(GLSLGpuProgram* vertexProgram, GLSLGpuProgram* geometryProgram, G… in GLSLLinkProgram()
H A DOgreGLSLProgramPipeline.cpp40 …GLSLProgramPipeline::GLSLProgramPipeline(GLSLGpuProgram* vertexProgram, GLSLGpuProgram* geometryPr… in GLSLProgramPipeline()
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Drenderer.h105 GLhandleARB vertexProgram; variable
/dports/games/retroarch/RetroArch-1.9.7/deps/Pigs-In-A-Blanket/src/
H A Dpatches.c209const SceGxmProgram *vertexProgram, in sceGxmShaderPatcherCreateFragmentProgram_msaaPatch()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp84 …GLSLLinkProgram::GLSLLinkProgram(GLSLProgram* vertexProgram, GLSLProgram* geometryProgram, GLSLPro… in GLSLLinkProgram()

12