Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp832 bool ValidateRasterPos3i(const Context *, GLint x, GLint y, GLint z) in ValidateRasterPos3i() function
DvalidationGL1_autogen.h272 bool ValidateRasterPos3i(const Context *context, GLint x, GLint y, GLint z);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4577 bool isCallValid = (context->skipValidation() || ValidateRasterPos3i(context, x, y, z)); in GL_RasterPos3i()