Searched refs:ValidateSecondaryColor3ub (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL14_autogen.h | 51 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue);
|
D | validationGL1.cpp | 1706 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue) in ValidateSecondaryColor3ub() function
|
D | validationGL1_autogen.h | 531 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 9685 (context->skipValidation() || ValidateSecondaryColor3ub(context, red, green, blue)); in GL_SecondaryColor3ub()
|