Searched refs:ValidateSecondaryColor3ui (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL14_autogen.h | 53 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue);
|
D | validationGL1.cpp | 1716 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue) in ValidateSecondaryColor3ui() function
|
D | validationGL1_autogen.h | 533 bool ValidateSecondaryColor3ui(const Context *context, GLuint red, GLuint green, GLuint blue);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 9730 (context->skipValidation() || ValidateSecondaryColor3ui(context, red, green, blue)); in GL_SecondaryColor3ui()
|