Searched refs:lspc (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/ |
| D | LightingVertex.cpp | 361 GLfloat lspc[] = {1.f, 1.f, 1.f, 1.f}; /* light specular */ in Initialize() local 377 …nn::math::Vector4 spc = nn::math::Vector4(lspc[0]*mspc[0], lspc[1]*mspc[1], lspc[2]*mspc[2], lspc[… in Initialize()
|
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 487 GLfloat lspc[] = {1.f, 1.f, 1.f, 1.f}; /* light specular */ in InitializeGraphics() local 503 …nn::math::Vector4 spc = nn::math::VEC4(lspc[0]*mspc[0], lspc[1]*mspc[1], lspc[2]*mspc[2], lspc[3]*… in InitializeGraphics()
|