Searched refs:coord (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h120 // Texture coord generation
273 void (*texGeni)(void* c, GGLenum coord, GGLenum pname, GGLint param);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp477 static void ggl_texGeni(void* con, GGLenum coord, GGLenum pname, GGLint param) argument
486 if (coord == GGL_S) coord_ptr = &(c->activeTMU->s_coord);
487 else if (coord == GGL_T) coord_ptr = &(c->activeTMU->t_coord);
H A Dscanline.cpp613 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) argument
617 d = (uint32_t(coord)>>16) * size;
621 if (coord < clamp_min) coord = clamp_min;
622 if (coord > clamp_max) coord = clamp_max;
623 d = coord;
627 if (coord < clamp_min) coord = clamp_min;
628 if (coord > clamp_ma
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1035 int coord, int size,
1042 int c = coord;
1055 MOV(AL, 0, d, reg_imm(coord, ASR, 16-tx_linear));
1058 MOV(AL, 0, d, reg_imm(coord, ASR, 16));
1033 wrapping( int d, int coord, int size, int tx_wrap, int tx_linear) argument
H A DGGLAssembler.h478 int coord, int size,

Completed in 71 milliseconds