Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14.cpp190 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y) in ValidateWindowPos2s() function
DvalidationGL14_autogen.h68 bool ValidateWindowPos2s(const Context *context, GLshort x, GLshort y);
/external/angle/src/libGL/
Dentry_points_gl_1_4_autogen.cpp766 bool isCallValid = (context->skipValidation() || ValidateWindowPos2s(context, x, y)); in WindowPos2s()