Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glGetLightfv

111 void glGetLightfv(GLenum light, GLenum pname, GLfloat *params)
113 getDispatch()->glGetLightfv(light, pname, params);