Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL2.cpp47 bool ValidateVertexAttrib2dv(const Context *context, GLuint index, const GLdouble *v) in ValidateVertexAttrib2dv() function
DvalidationGL2_autogen.h30 bool ValidateVertexAttrib2dv(const Context *context, GLuint index, const GLdouble *v);
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1647 (context->skipValidation() || ValidateVertexAttrib2dv(context, index, v)); in GL_VertexAttrib2dv()