Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp872 bool ValidateRasterPos4i(const Context *, GLint x, GLint y, GLint z, GLint w) in ValidateRasterPos4i() function
DvalidationGL1_autogen.h280 bool ValidateRasterPos4i(const Context *context, GLint x, GLint y, GLint z, GLint w);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4752 bool isCallValid = (context->skipValidation() || ValidateRasterPos4i(context, x, y, z, w)); in GL_RasterPos4i()