Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h62 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y);
DvalidationGL1.cpp1745 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y) in ValidateWindowPos2d() function
DvalidationGL1_autogen.h542 bool ValidateWindowPos2d(const Context *context, GLdouble x, GLdouble y);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9846 bool isCallValid = (context->skipValidation() || ValidateWindowPos2d(context, x, y)); in GL_WindowPos2d()