Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL2.cpp76 bool ValidateVertexAttrib3s(const Context *context, GLuint index, GLshort x, GLshort y, GLshort z) in ValidateVertexAttrib3s() function
DvalidationGL2_autogen.h39 bool ValidateVertexAttrib3s(const Context *context, GLuint index, GLshort x, GLshort y, GLshort z);
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1854 (context->skipValidation() || ValidateVertexAttrib3s(context, index, x, y, z)); in GL_VertexAttrib3s()