Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1194 bool ValidateVertex2sv(const Context *, const GLshort *v) in ValidateVertex2sv() function
DvalidationGL1_autogen.h351 bool ValidateVertex2sv(const Context *context, const GLshort *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6628 bool isCallValid = (context->skipValidation() || ValidateVertex2sv(context, v)); in GL_Vertex2sv()