Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1274 bool ValidateVertex4sv(const Context *, const GLshort *v) in ValidateVertex4sv() function
DvalidationGL1_autogen.h367 bool ValidateVertex4sv(const Context *context, const GLshort *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6968 bool isCallValid = (context->skipValidation() || ValidateVertex4sv(context, v)); in GL_Vertex4sv()