Home
last modified time | relevance | path

Searched refs:TexCoords (Results 1 – 25 of 136) sorted by relevance

123456

/dports/games/brainparty/brainparty/
H A DTexture.cpp108 TexCoords[0] = 0.0; in InitWithSurface()
109 TexCoords[1] = HeightRatio; in InitWithSurface()
111 TexCoords[2] = WidthRatio; in InitWithSurface()
112 TexCoords[3] = HeightRatio; in InitWithSurface()
114 TexCoords[4] = 0.0; in InitWithSurface()
115 TexCoords[5] = 0.0; in InitWithSurface()
117 TexCoords[6] = WidthRatio; in InitWithSurface()
118 TexCoords[7] = 0.0; in InitWithSurface()
152 glTexCoordPointer(2, GL_FLOAT, 0, TexCoords); in Draw()
165 glTexCoordPointer(2, GL_FLOAT, 0, TexCoords); in Draw()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DGUIRenderer.cpp325 CRect TexCoords ( in ComputeTexCoords() local
337 TexCoords.left /= TexWidth; in ComputeTexCoords()
342 return TexCoords; in ComputeTexCoords()
387 std::swap(TexCoords.right, TexCoords.left); in Draw()
392 std::swap(TexCoords.bottom, TexCoords.top); in Draw()
397 ADD(TexCoords.left, TexCoords.bottom, Verts.left, Verts.bottom, Z + cit->m_DeltaZ); in Draw()
398 ADD(TexCoords.right, TexCoords.bottom, Verts.right, Verts.bottom, Z + cit->m_DeltaZ); in Draw()
399 ADD(TexCoords.right, TexCoords.top, Verts.right, Verts.top, Z + cit->m_DeltaZ); in Draw()
401 ADD(TexCoords.right, TexCoords.top, Verts.right, Verts.top, Z + cit->m_DeltaZ); in Draw()
402 ADD(TexCoords.left, TexCoords.top, Verts.left, Verts.top, Z + cit->m_DeltaZ); in Draw()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/milkshape_sdk/ms3dsdk/msTextExporter/
H A DmsPlugInImpl.cpp151 msVec2 TexCoords[3]; in Execute() local
155 msTriangleEx_GetTexCoord(pTriangleEx, v, TexCoords[v]); in Execute()
166 TexCoords[0][0], TexCoords[0][1], in Execute()
167 TexCoords[1][0], TexCoords[1][1], in Execute()
168 TexCoords[2][0], TexCoords[2][1] in Execute()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/milkshape_sdk/ms3dsdk/msTextImporter/
H A DmsPlugInImpl.cpp163 msVec2 TexCoords[3]; in Execute() local
170 &TexCoords[0][0], &TexCoords[0][1], in Execute()
171 &TexCoords[1][0], &TexCoords[1][1], in Execute()
172 &TexCoords[2][0], &TexCoords[2][1] in Execute()
179 msTriangleEx_SetTexCoord(pTriangleEx, v, TexCoords[v]); in Execute()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-d2d-private.fx4 // The QuadDesc and TexCoords both work as follows:
9 // and <-1.0f, 1.0f> -bottom- to top. The TexCoords desc is specified in texture
15 float4 TexCoords;
59 Output.TexCoord.x = pos.x * TexCoords.z + TexCoords.x;
60 Output.TexCoord.y = pos.y * TexCoords.w + TexCoords.y;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-d2d-private.fx4 // The QuadDesc and TexCoords both work as follows:
9 // and <-1.0f, 1.0f> -bottom- to top. The TexCoords desc is specified in texture
15 float4 TexCoords;
59 Output.TexCoord.x = pos.x * TexCoords.z + TexCoords.x;
60 Output.TexCoord.y = pos.y * TexCoords.w + TexCoords.y;
/dports/x11/alacritty/alacritty-0.9.0/alacritty/res/
H A Dtext.f.glsl2 in vec2 TexCoords;
24 vec4 glyphColor = texture(mask, TexCoords);
35 vec3 textColor = texture(mask, TexCoords).rgb;
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/basic/sdl2/src/
H A DRenderInterfaceSDL2.cpp53 std::vector<Rocket::Core::Vector2f> TexCoords(num_vertices); in RenderGeometry() local
68 TexCoords[i].x = vertices[i].tex_coord.x * texw; in RenderGeometry()
69 TexCoords[i].y = vertices[i].tex_coord.y * texh; in RenderGeometry()
71 else TexCoords[i] = vertices[i].tex_coord; in RenderGeometry()
78 glTexCoordPointer(2, GL_FLOAT, 0, &TexCoords[0]); in RenderGeometry()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrarenderer3d.pas540 Texture,slice(TexCoords,NbVertices),FOptions.TextureInterpolation,
553 … slice(TexCoords,NbVertices),False,FShader.ShaderFunction,True,Colors[0],FZBuffer,FShader.Context); in True()
629 Texture,TexCoords[0],TexCoords[1],TexCoords[2],TexCoords[3])
636 Texture,TexCoords[j],TexCoords[j+1],TexCoords[j+2]);
746 slice(FDepths,NbVertices),Texture,slice(TexCoords,NbVertices),
750 Texture,slice(TexCoords,NbVertices),FOptions.TextureInterpolation);
756 slice(TexCoords,NbVertices),slice(FLightings,NbVertices),
760 slice(Projections,NbVertices),Texture,slice(TexCoords,NbVertices),
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrarenderer3d.pas540 Texture,slice(TexCoords,NbVertices),FOptions.TextureInterpolation,
553 … slice(TexCoords,NbVertices),False,FShader.ShaderFunction,True,Colors[0],FZBuffer,FShader.Context); in True()
629 Texture,TexCoords[0],TexCoords[1],TexCoords[2],TexCoords[3])
636 Texture,TexCoords[j],TexCoords[j+1],TexCoords[j+2]);
746 slice(FDepths,NbVertices),Texture,slice(TexCoords,NbVertices),
750 Texture,slice(TexCoords,NbVertices),FOptions.TextureInterpolation);
756 slice(TexCoords,NbVertices),slice(FLightings,NbVertices),
760 slice(Projections,NbVertices),Texture,slice(TexCoords,NbVertices),
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C10 struct TexCoords struct
16 void eval (const TexCoords &coords) in eval() argument

123456