Home
last modified time | relevance | path

Searched refs:ValidateSecondaryColor3ui (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h53 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue);
DvalidationGL1.cpp1716 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue) in ValidateSecondaryColor3ui() function
DvalidationGL1_autogen.h533 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9730 (context->skipValidation() || ValidateSecondaryColor3ui(context, red, green, blue)); in GL_SecondaryColor3ui()