HomeSort by relevance Sort by last modified time
    Searched refs:ambient_color (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.h 75 float ambient_color[3]; member in struct:TEAPOT_MATERIALS
TeapotRenderer.cpp 186 glUniform3f( shader_param_.material_ambient_, material.ambient_color[0],
187 material.ambient_color[1], material.ambient_color[2] );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.h 74 float ambient_color[3]; member in struct:TEAPOT_MATERIALS
MoreTeapotsRenderer.cpp 297 glUniform3f( shader_param_.material_ambient_, material.ambient_color[0],
298 material.ambient_color[1], material.ambient_color[2] );

Completed in 52 milliseconds