Home
last modified time | relevance | path

Searched refs:TextureMatrix (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DSMaterialLayer.h60 TextureMatrix(0) in SMaterialLayer()
68 TextureMatrix = 0; in SMaterialLayer()
89 if (TextureMatrix)
92 *TextureMatrix = *other.TextureMatrix;
105 MatrixAllocator.construct(TextureMatrix,*other.TextureMatrix);
124 if (!TextureMatrix) in getTextureMatrix()
136 if (TextureMatrix) in getTextureMatrix()
146 if (!TextureMatrix) in setTextureMatrix()
171 different |= (TextureMatrix != b.TextureMatrix) &&
172 TextureMatrix && b.TextureMatrix &&
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSMaterialLayer.h60 TextureMatrix(0) in SMaterialLayer()
68 TextureMatrix = 0; in SMaterialLayer()
89 if (TextureMatrix)
92 *TextureMatrix = *other.TextureMatrix;
105 MatrixAllocator.construct(TextureMatrix,*other.TextureMatrix);
124 if (!TextureMatrix) in getTextureMatrix()
136 if (TextureMatrix) in getTextureMatrix()
146 if (!TextureMatrix) in setTextureMatrix()
171 different |= (TextureMatrix != b.TextureMatrix) &&
172 TextureMatrix && b.TextureMatrix &&
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DTextureMatrix.cxx47 std::vector<TextureMatrix*>::iterator it; in clear()
60 TextureMatrix* texmat = *it; in update()
112 TextureMatrix* texmat = *it; in pack()
126 TextureMatrix* texmat = new TextureMatrix; in unpack()
140 TextureMatrix* texmat = *it; in packSize()
153 TextureMatrix* texmat = *it; in print()
241 TextureMatrix::TextureMatrix() in TextureMatrix() function in TextureMatrix
268 TextureMatrix::~TextureMatrix() in ~TextureMatrix()
274 void TextureMatrix::finalize() in finalize()
405 void TextureMatrix::update (double t) in update()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DTextureMatrix.cxx47 std::vector<TextureMatrix*>::iterator it; in clear()
60 TextureMatrix* texmat = *it; in update()
112 TextureMatrix* texmat = *it; in pack()
126 TextureMatrix* texmat = new TextureMatrix; in unpack()
140 TextureMatrix* texmat = *it; in packSize()
153 TextureMatrix* texmat = *it; in print()
241 TextureMatrix::TextureMatrix() in TextureMatrix() function in TextureMatrix
268 TextureMatrix::~TextureMatrix() in ~TextureMatrix()
274 void TextureMatrix::finalize() in finalize()
405 void TextureMatrix::update (double t) in update()
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DTextureMatrix.h24 class TextureMatrix
27 TextureMatrix();
28 ~TextureMatrix();
77 inline const float* TextureMatrix::getMatrix() const in getMatrix()
90 int addMatrix(TextureMatrix* matrix);
92 const TextureMatrix* getMatrix(int id) const;
101 std::vector<TextureMatrix*> matrices;
/dports/games/bzflag/bzflag-2.4.22/include/
H A DTextureMatrix.h24 class TextureMatrix
27 TextureMatrix();
28 ~TextureMatrix();
77 inline const float* TextureMatrix::getMatrix() const in getMatrix()
90 int addMatrix(TextureMatrix* matrix);
92 const TextureMatrix* getMatrix(int id) const;
101 std::vector<TextureMatrix*> matrices;
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dmatrix.c438 ctx->TextureMatrix, in gl_PushMatrix()
483 MEMCPY( ctx->TextureMatrix, in gl_PopMatrix()
486 ctx->IdentityTexMat = is_identity( ctx->TextureMatrix ); in gl_PopMatrix()
510 MEMCPY( ctx->TextureMatrix, m, 16*sizeof(GLfloat) ); in gl_LoadMatrixf()
511 ctx->IdentityTexMat = is_identity( ctx->TextureMatrix ); in gl_LoadMatrixf()
535 matmul( ctx->TextureMatrix, ctx->TextureMatrix, m ); in gl_MultMatrixf()
536 ctx->IdentityTexMat = is_identity( ctx->TextureMatrix ); in gl_MultMatrixf()
691 m = ctx->TextureMatrix; in gl_Scalef()
702 ctx->IdentityTexMat = is_identity( ctx->TextureMatrix ); in gl_Scalef()
727 m = ctx->TextureMatrix; in gl_Translatef()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr49318.c13 GLfloat TextureMatrix[16]; member
19 params[i] = (GLint) ctx->TextureMatrix[i]; in gl_GetDoublev()

123456789