Searched refs:fogx (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | light.cpp | 578 static void fogx(GLenum pname, GLfixed param, ogles_context_t* c) in fogx() function 848 fogx(pname, paramx, c); in glFogf() 853 fogx(pname, param, c); in glFogx() 863 fogx(pname, paramx, c); in glFogfv() 878 fogx(pname, params[0], c); in glFogxv()
|