Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES2_autogen.h437 bool ValidateVertexAttrib2fv(const Context *context, GLuint index, const GLfloat *v);
DvalidationES2.cpp5100 bool ValidateVertexAttrib2fv(const Context *context, GLuint index, const GLfloat *values) in ValidateVertexAttrib2fv() function
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1693 (context->skipValidation() || ValidateVertexAttrib2fv(context, index, v)); in GL_VertexAttrib2fv()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3545 (context->skipValidation() || ValidateVertexAttrib2fv(context, index, v)); in GL_VertexAttrib2fv()