Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp882 bool ValidateRasterPos4s(const Context *, GLshort x, GLshort y, GLshort z, GLshort w) in ValidateRasterPos4s() function
DvalidationGL1_autogen.h282 bool ValidateRasterPos4s(const Context *context, GLshort x, GLshort y, GLshort z, GLshort w);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4796 bool isCallValid = (context->skipValidation() || ValidateRasterPos4s(context, x, y, z, w)); in GL_RasterPos4s()