Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h68 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y);
DvalidationGL1.cpp1775 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y) in ValidateWindowPos2s() function
DvalidationGL1_autogen.h548 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9975 bool isCallValid = (context->skipValidation() || ValidateWindowPos2s(context, x, y)); in GL_WindowPos2s()