Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h51 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue);
DvalidationGL1.cpp1706 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue) in ValidateSecondaryColor3ub() function
DvalidationGL1_autogen.h531 bool ValidateSecondaryColor3ub(const Context *context, GLubyte red, GLubyte green, GLubyte blue);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9685 (context->skipValidation() || ValidateSecondaryColor3ub(context, red, green, blue)); in GL_SecondaryColor3ub()