Home
last modified time | relevance | path

Searched refs:ValidateNormalP3ui (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DvalidationGL33_autogen.h60 bool ValidateNormalP3ui(const Context *context, GLenum type, GLuint coords);
DvalidationGL33.cpp116 bool ValidateNormalP3ui(const Context *context, GLenum type, GLuint coords) in ValidateNormalP3ui() function
/external/angle/src/libGL/
Dentry_points_gl_3_3_autogen.cpp568 bool isCallValid = (context->skipValidation() || ValidateNormalP3ui(context, type, coords)); in NormalP3ui()