Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h76 bool ValidateWindowPos3s(const Context *context, GLshort x, GLshort y, GLshort z);
DvalidationGL1.cpp1815 bool ValidateWindowPos3s(const Context *context, GLshort x, GLshort y, GLshort z) in ValidateWindowPos3s() function
DvalidationGL1_autogen.h556 bool ValidateWindowPos3s(const Context *context, GLshort x, GLshort y, GLshort z);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp10147 bool isCallValid = (context->skipValidation() || ValidateWindowPos3s(context, x, y, z)); in GL_WindowPos3s()