Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES2_autogen.h439 bool ValidateVertexAttrib3fv(const Context *context, GLuint index, const GLfloat *v);
DvalidationES2.cpp5110 bool ValidateVertexAttrib3fv(const Context *context, GLuint index, const GLfloat *values) in ValidateVertexAttrib3fv() function
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1831 (context->skipValidation() || ValidateVertexAttrib3fv(context, index, v)); in GL_VertexAttrib3fv()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3591 (context->skipValidation() || ValidateVertexAttrib3fv(context, index, v)); in GL_VertexAttrib3fv()