Searched refs:lightModelx (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/opengl/libagl/ |
H A D | light.cpp | 445 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c) function in namespace:android 639 lightModelx(pname, gglFloatToFixed(param), c); 645 lightModelx(pname, param, c); 652 lightModelx(pname, gglFloatToFixed(params[0]), c); 672 lightModelx(pname, params[0], c);
|
Completed in 5 milliseconds