Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp792 bool ValidateRasterPos2i(const Context *, GLint x, GLint y) in ValidateRasterPos2i() function
DvalidationGL1_autogen.h264 bool ValidateRasterPos2i(const Context *context, GLint x, GLint y);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4405 bool isCallValid = (context->skipValidation() || ValidateRasterPos2i(context, x, y)); in GL_RasterPos2i()