OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swaptexmatcol
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c
273
GLuint
swaptexmatcol
= (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size - 3);
local
275
(
swaptexmatcol
!= ((rmesa->TexMatColSwap >> unit) & 1)))
276
radeonUploadTexMatrix( rmesa, unit,
swaptexmatcol
) ;
radeon_maos_verts.c
358
GLuint
swaptexmatcol
= (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size - 3);
local
360
(
swaptexmatcol
!= ((rmesa->TexMatColSwap >> unit) & 1)))
361
radeonUploadTexMatrix( rmesa, unit,
swaptexmatcol
) ;
Completed in 38 milliseconds