Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h55 bool ValidateSecondaryColor3us(const Context *context, GLushort red, GLushort green, GLushort blue);
DvalidationGL1.cpp1726 bool ValidateSecondaryColor3us(const Context *context, GLushort red, GLushort green, GLushort blue) in ValidateSecondaryColor3us() function
DvalidationGL1_autogen.h535 bool ValidateSecondaryColor3us(const Context *context, GLushort red, GLushort green, GLushort blue);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9775 (context->skipValidation() || ValidateSecondaryColor3us(context, red, green, blue)); in GL_SecondaryColor3us()