Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h73 bool ValidateWindowPos3fv(const Context *context, const GLfloat *v);
DvalidationGL1.cpp1800 bool ValidateWindowPos3fv(const Context *context, const GLfloat *v) in ValidateWindowPos3fv() function
DvalidationGL1_autogen.h553 bool ValidateWindowPos3fv(const Context *context, const GLfloat *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp10083 bool isCallValid = (context->skipValidation() || ValidateWindowPos3fv(context, v)); in GL_WindowPos3fv()