Home
last modified time | relevance | path

Searched refs:secondaryColorPointer (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_1_4_autogen.h37 void secondaryColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer); \
DContext_gl.cpp596 void Context::secondaryColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in secondaryColorPointer() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_4_autogen.cpp647 context->secondaryColorPointer(size, type, stride, pointer); in SecondaryColorPointer()