Searched refs:material (Results 1 – 5 of 5) sorted by relevance
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | TeapotRenderer.cpp | 173 TEAPOT_MATERIALS material = { { 1.0f, 0.5f, 0.5f }, { 1.0f, 1.0f, 1.0f, 10.f }, { in Render() local 177 glUniform4f( shader_param_.material_diffuse_, material.diffuse_color[0], in Render() 178 material.diffuse_color[1], material.diffuse_color[2], 1.f ); in Render() 180 glUniform4f( shader_param_.material_specular_, material.specular_color[0], in Render() 181 material.specular_color[1], material.specular_color[2], in Render() 182 material.specular_color[3] ); in Render() 186 glUniform3f( shader_param_.material_ambient_, material.ambient_color[0], in Render() 187 material.ambient_color[1], material.ambient_color[2] ); in Render()
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsRenderer.cpp | 289 TEAPOT_MATERIALS material = { { 1.0f, 1.0f, 1.0f, 10.f }, { 0.1f, 0.1f, 0.1f }, }; in Render() local 295 glUniform4f( shader_param_.material_specular_, material.specular_color[0], in Render() 296 material.specular_color[1], material.specular_color[2], material.specular_color[3] ); in Render() 297 glUniform3f( shader_param_.material_ambient_, material.ambient_color[0], in Render() 298 material.ambient_color[1], material.ambient_color[2] ); in Render()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 83 assets - n. anything of material value or usefulness that is owned by a person or company 153 … written explanation or criticism or illustration that is added to a book or other textual material 591 material - j. concerned with worldly rather than spiritual interests 815 reflection - n. the image of something as reflected by a mirror (or other reflective material)
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 252 When a "work that uses the Library" uses material from a header file
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 314 fails to comply with any of the material terms or conditions of this 778 When a "work that uses the Library" uses material from a header file 2501 When a "work that uses the Library" uses material from a header file 2952 When a "work that uses the Library" uses material from a header file 4773 material, only this license, or another one contracted with the 5108 When a "work that uses the Library" uses material from a header file 6839 When a "work that uses the Library" uses material from a header file 7521 When a "work that uses the Library" uses material from a header file 10154 to comply with any of the material terms or conditions of this Agreement 11965 …er this Agreement shall terminate if it fails to comply with any of the material terms or conditio… [all …]
|