Home
last modified time | relevance | path

Searched refs:ValidateVertexAttrib1fv (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES2_autogen.h435 bool ValidateVertexAttrib1fv(const Context *context, GLuint index, const GLfloat *v);
DvalidationES2.cpp5090 bool ValidateVertexAttrib1fv(const Context *context, GLuint index, const GLfloat *values) in ValidateVertexAttrib1fv() function
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1557 (context->skipValidation() || ValidateVertexAttrib1fv(context, index, v)); in GL_VertexAttrib1fv()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3499 (context->skipValidation() || ValidateVertexAttrib1fv(context, index, v)); in GL_VertexAttrib1fv()