Searched refs:ValidateSecondaryColor3d (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL14_autogen.h | 43 bool ValidateSecondaryColor3d(const Context *context, GLdouble red, GLdouble green, GLdouble blue);
|
D | validationGL1.cpp | 1666 bool ValidateSecondaryColor3d(const Context *context, GLdouble red, GLdouble green, GLdouble blue) in ValidateSecondaryColor3d() function
|
D | validationGL1_autogen.h | 523 bool ValidateSecondaryColor3d(const Context *context, GLdouble red, GLdouble green, GLdouble blue);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 9505 (context->skipValidation() || ValidateSecondaryColor3d(context, red, green, blue)); in GL_SecondaryColor3d()
|