Home
last modified time | relevance | path

Searched refs:A (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/documents/css/
Dbutton.css62 A selector
73 A:VISITED
78 A:HOVER
84 A:ACTIVE
Dcontents.css143 DIV.button A
148 A selector
155 A:VISITED
160 A:HOVER
166 A:ACTIVE
Dmain.css167 A selector
174 A:VISITED
179 A:HOVER
185 A:ACTIVE
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Utility/
Ddemo_TextureConverter.cpp22 #define SWAP(A, B) tmp = (A); (A) = (B); (B) = tmp argument
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp110 GLfloat A, refi, sigma_s_prim[3], sigma_a[3], sigma_t_prim[3], geom_scale = 0.24f; in SetLutTable() local
129 A = (1.0f + mat.F_dr) / (1.0f - mat.F_dr); in SetLutTable()
130 mat.Bi = 1.0f + (4.0f / 3.0f) * A; in SetLutTable()