Searched refs:ValidateSecondaryColor3b (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL14_autogen.h | 41 bool ValidateSecondaryColor3b(const Context *context, GLbyte red, GLbyte green, GLbyte blue);
|
D | validationGL1.cpp | 1656 bool ValidateSecondaryColor3b(const Context *context, GLbyte red, GLbyte green, GLbyte blue) in ValidateSecondaryColor3b() function
|
D | validationGL1_autogen.h | 521 bool ValidateSecondaryColor3b(const Context *context, GLbyte red, GLbyte green, GLbyte blue);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 9460 (context->skipValidation() || ValidateSecondaryColor3b(context, red, green, blue)); in GL_SecondaryColor3b()
|