Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL2.cpp52 bool ValidateVertexAttrib2s(const Context *context, GLuint index, GLshort x, GLshort y) in ValidateVertexAttrib2s() function
DvalidationGL2_autogen.h31 bool ValidateVertexAttrib2s(const Context *context, GLuint index, GLshort x, GLshort y);
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1716 (context->skipValidation() || ValidateVertexAttrib2s(context, index, x, y)); in GL_VertexAttrib2s()