Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glGetLightxv

481 void glGetLightxv(GLenum light, GLenum pname, GLfixed *params)
483 getDispatch()->glGetLightxv(light, pname, params);