Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1047 bool ValidateTexCoord3fv(const Context *, const GLfloat *v) in ValidateTexCoord3fv() function
DvalidationGL1_autogen.h315 bool ValidateTexCoord3fv(const Context *context, const GLfloat *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp5731 bool isCallValid = (context->skipValidation() || ValidateTexCoord3fv(context, v)); in GL_TexCoord3fv()