Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h45 bool ValidateSecondaryColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue);
DvalidationGL1.cpp1676 bool ValidateSecondaryColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue) in ValidateSecondaryColor3f() function
DvalidationGL1_autogen.h525 bool ValidateSecondaryColor3f(const Context *context, GLfloat red, GLfloat green, GLfloat blue);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9550 (context->skipValidation() || ValidateSecondaryColor3f(context, red, green, blue)); in GL_SecondaryColor3f()