Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1234 bool ValidateVertex3sv(const Context *, const GLshort *v) in ValidateVertex3sv() function
DvalidationGL1_autogen.h359 bool ValidateVertex3sv(const Context *context, const GLshort *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6796 bool isCallValid = (context->skipValidation() || ValidateVertex3sv(context, v)); in GL_Vertex3sv()