Searched refs:LitColor (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 62 GLfloat (*Fcolor)[4] = (GLfloat (*)[4]) store->LitColor[0].data; in TAG() 65 GLfloat (*Bcolor)[4] = (GLfloat (*)[4]) store->LitColor[1].data; in TAG() 75 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG() 80 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() 86 store->LitColor[0].stride = 16; in TAG() 87 store->LitColor[1].stride = 16; in TAG() 245 GLfloat (*Fcolor)[4] = (GLfloat (*)[4]) store->LitColor[0].data; in TAG() 247 GLfloat (*Bcolor)[4] = (GLfloat (*)[4]) store->LitColor[1].data; in TAG() 256 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG() 260 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() [all …]
|
D | t_vb_light.c | 66 GLvector4f LitColor[2]; member 434 _mesa_vector4f_alloc( &store->LitColor[0], 0, size, 32 ); in init_lighting() 435 _mesa_vector4f_alloc( &store->LitColor[1], 0, size, 32 ); in init_lighting() 439 store->LitColor[0].size = 4; in init_lighting() 440 store->LitColor[1].size = 4; in init_lighting() 456 _mesa_vector4f_free( &store->LitColor[0] ); in dtr() 457 _mesa_vector4f_free( &store->LitColor[1] ); in dtr()
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 62 GLfloat (*Fcolor)[4] = (GLfloat (*)[4]) store->LitColor[0].data; in TAG() 65 GLfloat (*Bcolor)[4] = (GLfloat (*)[4]) store->LitColor[1].data; in TAG() 75 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG() 80 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() 86 store->LitColor[0].stride = 16; in TAG() 87 store->LitColor[1].stride = 16; in TAG() 245 GLfloat (*Fcolor)[4] = (GLfloat (*)[4]) store->LitColor[0].data; in TAG() 247 GLfloat (*Bcolor)[4] = (GLfloat (*)[4]) store->LitColor[1].data; in TAG() 256 VB->AttribPtr[_TNL_ATTRIB_COLOR0] = &store->LitColor[0]; in TAG() 260 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG() [all …]
|
D | t_vb_light.c | 66 GLvector4f LitColor[2]; member 434 _mesa_vector4f_alloc( &store->LitColor[0], 0, size, 32 ); in init_lighting() 435 _mesa_vector4f_alloc( &store->LitColor[1], 0, size, 32 ); in init_lighting() 439 store->LitColor[0].size = 4; in init_lighting() 440 store->LitColor[1].size = 4; in init_lighting() 456 _mesa_vector4f_free( &store->LitColor[0] ); in dtr() 457 _mesa_vector4f_free( &store->LitColor[1] ); in dtr()
|