Home
last modified time | relevance | path

Searched defs:a (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DUtil.cpp162 GLfloat a = acos(_c) ; in gaussian() local
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp378 GLfloat a[] = {amb.x, amb.y, amb.z, amb.w}; in Initialize() local
/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreamingFrame.cpp148 …u32* a = (u32*)(textureDataBuffer + (j + (MEMO_TEXTURE_HEIGHT - MEMO_HEIGHT) / TEXTURE_BLOCK_SIZE)… in UpdateTexture() local
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp504 GLfloat a[] = {amb.x, amb.y, amb.z, amb.w}; in InitializeGraphics() local
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
Ds.h107 float r, g, b, a; member