Home
last modified time | relevance | path

Searched refs:textureCoords (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/g2d/motor/
H A DTriangle.java44 private Vector3d[] textureCoords; field in Triangle
62 this.textureCoords = textureCoords; in Triangle()
441 tvertices1 = new Vector3d[] {t.textureCoords[i], t.textureCoords[j], tvb}; in breakTriangleOnLine()
442 tvertices2 = new Vector3d[] {t.textureCoords[i], tvb, t.textureCoords[k]}; in breakTriangleOnLine()
482 tu = Vector3d.getBarycenter(t.textureCoords[1], t.textureCoords[2], c, 1 - c); in breakTriangleOnLine()
483 tv = Vector3d.getBarycenter(t.textureCoords[0], t.textureCoords[2], b, 1 - b); in breakTriangleOnLine()
494 tu = Vector3d.getBarycenter(t.textureCoords[0], t.textureCoords[1], a, 1 - a); in breakTriangleOnLine()
495 tv = Vector3d.getBarycenter(t.textureCoords[1], t.textureCoords[2], c, 1 - c); in breakTriangleOnLine()
506 tu = Vector3d.getBarycenter(t.textureCoords[0], t.textureCoords[2], b, 1 - b); in breakTriangleOnLine()
507 tv = Vector3d.getBarycenter(t.textureCoords[0], t.textureCoords[1], a, 1 - a); in breakTriangleOnLine()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSoPrimitiveVertex.h53 const SbVec4f & getTextureCoords(void) const { return textureCoords; } in getTextureCoords()
62 void setTextureCoords(const SbVec2f & tex) { textureCoords.setValue(tex[0], tex[1], 0.0f, 1.0f); } in setTextureCoords()
63 void setTextureCoords(float tx, float ty) { textureCoords.setValue(tx, ty, 0.0f, 1.0f); } in setTextureCoords()
64 …void setTextureCoords(const SbVec3f & tex) { textureCoords.setValue(tex[0], tex[1], tex[2], 1.0f);… in setTextureCoords()
65 void setTextureCoords(float tx, float ty, float tz) { textureCoords.setValue(tx, ty, tz, 1.0f); } in setTextureCoords()
66 void setTextureCoords(const SbVec4f & tex) { textureCoords = tex; } in setTextureCoords()
67 …void setTextureCoords(float tx, float ty, float tz, float tw) { textureCoords.setValue(tx, ty, tz,… in setTextureCoords()
76 SbVec4f textureCoords; variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/opengl/shaders/
H A Dwme_flat_shadow_mask.vertex16 vec4 textureCoords = lightProjMatrix * lightViewMatrix * worldCoords;
18 Texcoord.x = 0.5 * (textureCoords.x) + 0.5 * textureCoords.w;
19 Texcoord.y = 0.5 * (textureCoords.y) + 0.5 * textureCoords.w;
20 Texcoord.z = textureCoords.w;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlobVertexRegenerator.cpp81 textureCoords[0] = u0; in regen_texcoords()
82 textureCoords[1] = v0; in regen_texcoords()
83 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
84 textureCoords[0] = u0; in regen_texcoords()
85 textureCoords[1] = v1; in regen_texcoords()
86 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
87 textureCoords[0] = u1; in regen_texcoords()
88 textureCoords[1] = v0; in regen_texcoords()
89 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
90 textureCoords[0] = u1; in regen_texcoords()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlobVertexRegenerator.cpp81 textureCoords[0] = u0; in regen_texcoords()
82 textureCoords[1] = v0; in regen_texcoords()
83 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
84 textureCoords[0] = u0; in regen_texcoords()
85 textureCoords[1] = v1; in regen_texcoords()
86 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
87 textureCoords[0] = u1; in regen_texcoords()
88 textureCoords[1] = v0; in regen_texcoords()
89 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
90 textureCoords[0] = u1; in regen_texcoords()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlobVertexRegenerator.cpp81 textureCoords[0] = u0; in regen_texcoords()
82 textureCoords[1] = v0; in regen_texcoords()
83 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
84 textureCoords[0] = u0; in regen_texcoords()
85 textureCoords[1] = v1; in regen_texcoords()
86 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
87 textureCoords[0] = u1; in regen_texcoords()
88 textureCoords[1] = v0; in regen_texcoords()
89 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
90 textureCoords[0] = u1; in regen_texcoords()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/text/
H A DGrTextBlobVertexRegenerator.cpp81 textureCoords[0] = u0; in regen_texcoords()
82 textureCoords[1] = v0; in regen_texcoords()
83 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
84 textureCoords[0] = u0; in regen_texcoords()
85 textureCoords[1] = v1; in regen_texcoords()
86 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
87 textureCoords[0] = u1; in regen_texcoords()
88 textureCoords[1] = v0; in regen_texcoords()
89 textureCoords = SkTAddOffset<uint16_t>(textureCoords, vertexStride); in regen_texcoords()
90 textureCoords[0] = u1; in regen_texcoords()
[all …]
/dports/graphics/libGLU/glu-9.0.2/src/libutil/
H A Dquad.c47 GLboolean textureCoords; member
116 qobj->textureCoords = textureCoords; in gluQuadricTexture()
326 if (qobj->textureCoords) { in gluCylinder()
354 if (qobj->textureCoords) { in gluCylinder()
382 if (qobj->textureCoords) { in gluCylinder()
408 if (qobj->textureCoords) { in gluCylinder()
588 if (qobj->textureCoords) { in gluPartialDisk()
604 if (qobj->textureCoords) { in gluPartialDisk()
622 if (qobj->textureCoords) { in gluPartialDisk()
637 if (qobj->textureCoords) { in gluPartialDisk()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glu/libutil/
H A Dquad.c47 GLboolean textureCoords; member
116 qobj->textureCoords = textureCoords; in gluQuadricTexture()
326 if (qobj->textureCoords) { in gluCylinder()
354 if (qobj->textureCoords) { in gluCylinder()
382 if (qobj->textureCoords) { in gluCylinder()
408 if (qobj->textureCoords) { in gluCylinder()
588 if (qobj->textureCoords) { in gluPartialDisk()
604 if (qobj->textureCoords) { in gluPartialDisk()
622 if (qobj->textureCoords) { in gluPartialDisk()
637 if (qobj->textureCoords) { in gluPartialDisk()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DJ3dLwoParser.java191 float[] textureCoords = null; in createJava3dGeometry() local
207 textureCoords, textureIndices); in createJava3dGeometry()
420 textureCenter, textureCoords, in calculateTextureCoords()
425 textureCenter, textureCoords, in calculateTextureCoords()
430 textureCenter, textureCoords, in calculateTextureCoords()
474 float textureCoords[], in calculateSphericalTextureCoords() argument
499 textureCoords[indices[i]*2] = (float)s; in calculateSphericalTextureCoords()
509 float textureCoords[], in calculateCylindricalTextureCoords() argument
517 textureCoords + ", " + in calculateCylindricalTextureCoords()
542 textureCoords[indices[i]*2] = (float)s; in calculateCylindricalTextureCoords()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/text/
H A DGrAtlasTextBlobVertexRegenerator.cpp114 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
115 textureCoords[0] = u0; in regen_vertices()
116 textureCoords[1] = v0; in regen_vertices()
137 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
138 textureCoords[0] = u0; in regen_vertices()
139 textureCoords[1] = v1; in regen_vertices()
160 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
161 textureCoords[0] = u1; in regen_vertices()
162 textureCoords[1] = v0; in regen_vertices()
184 textureCoords[0] = u1; in regen_vertices()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/text/
H A DGrAtlasTextBlob_regenInBatch.cpp77 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
78 textureCoords[0] = (uint16_t) u0; in regen_vertices()
79 textureCoords[1] = (uint16_t) v0; in regen_vertices()
96 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
97 textureCoords[0] = (uint16_t)u0; in regen_vertices()
98 textureCoords[1] = (uint16_t)v1; in regen_vertices()
115 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
116 textureCoords[0] = (uint16_t)u1; in regen_vertices()
117 textureCoords[1] = (uint16_t)v1; in regen_vertices()
135 textureCoords[0] = (uint16_t)u1; in regen_vertices()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DTestTextureSize.cxx94 vtkNew<vtkPolyData> textureCoords; in TestTextureSize() local
95 textureCoords->SetPoints(points); in TestTextureSize()
96 textureCoords->SetPolys(cells); in TestTextureSize()
97 textureCoords->GetPointData()->SetTCoords(tcoords); in TestTextureSize()
100 polyDataMapper->SetInputData(textureCoords); in TestTextureSize()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DTestTextureSize.cxx97 vtkNew<vtkPolyData> textureCoords; in TestTextureSize() local
98 textureCoords->SetPoints(points); in TestTextureSize()
99 textureCoords->SetPolys(cells); in TestTextureSize()
100 textureCoords->GetPointData()->SetTCoords(tcoords); in TestTextureSize()
103 polyDataMapper->SetInputData( textureCoords ); in TestTextureSize()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DTextRenderer.cxx52 const vtkm::Vec4f_32& textureCoords, in operator ()()
70 vtkm::Float32 u = vtkm::Lerp(textureCoords[0], textureCoords[2], tu); in operator ()()
71 vtkm::Float32 v = vtkm::Lerp(textureCoords[1], textureCoords[3], tv); in operator ()()
135 const TextureCoordsArrayHandle& textureCoords, in RenderBitmapFontExecutor()
144 , TextureCoords(textureCoords) in RenderBitmapFontExecutor()
232 TextureCoordsArrayHandle textureCoords; in RenderText() local
235 textureCoords.Allocate(static_cast<vtkm::Id>(text.length())); in RenderText()
237 TextureCoordsArrayHandle::WritePortalType textureCoordsPortal = textureCoords.WritePortal(); in RenderText()
265 textureCoords, in RenderText()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Cxx/
H A DTestTextureSize.cxx97 vtkNew<vtkPolyData> textureCoords; in TestTextureSize() local
98 textureCoords->SetPoints(points.GetPointer()); in TestTextureSize()
99 textureCoords->SetPolys(cells.GetPointer()); in TestTextureSize()
100 textureCoords->GetPointData()->SetTCoords(tcoords.GetPointer()); in TestTextureSize()
103 polyDataMapper->SetInputData( textureCoords.GetPointer() ); in TestTextureSize()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DTextRenderer.cxx63 const vtkm::Vec<vtkm::Float32, 4>& textureCoords, in operator ()()
81 vtkm::Float32 u = vtkm::Lerp(textureCoords[0], textureCoords[2], tu); in operator ()()
82 vtkm::Float32 v = vtkm::Lerp(textureCoords[1], textureCoords[3], tv); in operator ()()
146 const TextureCoordsArrayHandle& textureCoords, in RenderBitmapFontExecutor()
155 , TextureCoords(textureCoords) in RenderBitmapFontExecutor()
243 TextureCoordsArrayHandle textureCoords; in RenderText() local
245 textureCoords.Allocate(static_cast<vtkm::Id>(text.length())); in RenderText()
247 TextureCoordsArrayHandle::PortalControl textureCoordsPortal = textureCoords.GetPortalControl(); in RenderText()
274 textureCoords, in RenderText()
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/interpolation/shaders/
H A Dgrid-blend-hybrid.slang26 layout(location = 1) out vec2 textureCoords;
32 textureCoords = vTexCoord * params.SourceSize.xy;
37 layout(location = 1) in vec2 textureCoords;
44 vec2 locationWithinTexel = fract(textureCoords);
56 vec2 finalTextureCoords = (floor(textureCoords) + interpolationAmount) * params.SourceSize.zw;
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoPrimitiveVertex.cpp55 textureCoords(0.0f, 0.0f, 0.0f, 1.0f), in SoPrimitiveVertex()
75 this->textureCoords = pv.textureCoords; in operator =()
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestStelVertexArray.cpp29 QVector<Vec2f> textureCoords; in QTEST_GUILESS_MAIN() local
38 textureCoords.append(t); in QTEST_GUILESS_MAIN()
41 arrayTriangleStrip = StelVertexArray(vertices, StelVertexArray::TriangleStrip, textureCoords); in QTEST_GUILESS_MAIN()
42 arrayTriangleFan = StelVertexArray(vertices, StelVertexArray::TriangleFan, textureCoords); in QTEST_GUILESS_MAIN()
43 arrayTriangles = StelVertexArray(vertices, StelVertexArray::Triangles, textureCoords); in QTEST_GUILESS_MAIN()
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/Testing/Cxx/
H A DTestGlobeSource.cxx68 VTK_CREATE(vtkDoubleArray, textureCoords); in TestGlobeSource()
69 textureCoords->SetNumberOfComponents(2); in TestGlobeSource()
92 textureCoords->InsertNextTuple(newVal); in TestGlobeSource()
95 globeSource->GetOutput(0)->GetPointData()->SetTCoords(textureCoords); in TestGlobeSource()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/Testing/Cxx/
H A DTestGlobeSource.cxx67 VTK_CREATE(vtkDoubleArray, textureCoords); in TestGlobeSource()
68 textureCoords->SetNumberOfComponents(2); in TestGlobeSource()
91 textureCoords->InsertNextTuple(newVal); in TestGlobeSource()
94 globeSource->GetOutput(0)->GetPointData()->SetTCoords(textureCoords); in TestGlobeSource()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCMD2MeshFileLoader.cpp191 SMD2TextureCoordinate* textureCoords = new SMD2TextureCoordinate[header.numTexcoords]; in loadFile() local
193 if (!file->read(textureCoords, sizeof(SMD2TextureCoordinate)*header.numTexcoords)) in loadFile()
195 delete[] textureCoords; in loadFile()
203 textureCoords[i].s = os::Byteswap::byteswap(textureCoords[i].s); in loadFile()
204 textureCoords[i].t = os::Byteswap::byteswap(textureCoords[i].t); in loadFile()
216 delete[] textureCoords; in loadFile()
344 …mesh->InterpolationBuffer->Vertices[t*3 + n].TCoords.X = (textureCoords[triangles[t].textureIndice… in loadFile()
345 …mesh->InterpolationBuffer->Vertices[t*3 + n].TCoords.Y = (textureCoords[triangles[t].textureIndice… in loadFile()
353 delete [] textureCoords; in loadFile()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/video/spherical/
H A DProjection.java200 public final float[] textureCoords; field in Projection.SubMesh
202 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh() argument
206 == textureCoords.length * (long) POSITION_COORDS_PER_VERTEX); in SubMesh()
208 this.textureCoords = textureCoords; in SubMesh()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/video/spherical/
H A DProjection.java200 public final float[] textureCoords; field in Projection.SubMesh
202 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh() argument
206 == textureCoords.length * (long) POSITION_COORDS_PER_VERTEX); in SubMesh()
208 this.textureCoords = textureCoords; in SubMesh()

1234567