Searched refs:secondaryColorPointer (Results 1 – 3 of 3) sorted by relevance
37 void secondaryColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer); \
596 void Context::secondaryColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in secondaryColorPointer() function in gl::Context
647 context->secondaryColorPointer(size, type, stride, pointer); in SecondaryColorPointer()