Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h65 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v);
DvalidationGL1.cpp1760 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v) in ValidateWindowPos2fv() function
DvalidationGL1_autogen.h545 bool ValidateWindowPos2fv(const Context *context, const GLfloat *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9911 bool isCallValid = (context->skipValidation() || ValidateWindowPos2fv(context, v)); in GL_WindowPos2fv()