Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES2_autogen.h446 bool ValidateVertexAttrib4fv(const Context *context, GLuint index, const GLfloat *v);
DvalidationES2.cpp5125 bool ValidateVertexAttrib4fv(const Context *context, GLuint index, const GLfloat *values) in ValidateVertexAttrib4fv() function
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp2153 (context->skipValidation() || ValidateVertexAttrib4fv(context, index, v)); in GL_VertexAttrib4fv()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3637 (context->skipValidation() || ValidateVertexAttrib4fv(context, index, v)); in GL_VertexAttrib4fv()