Searched refs:ValidateRasterPos4i (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL1.cpp | 872 bool ValidateRasterPos4i(const Context *, GLint x, GLint y, GLint z, GLint w) in ValidateRasterPos4i() function
|
D | validationGL1_autogen.h | 280 bool ValidateRasterPos4i(const Context *context, GLint x, GLint y, GLint z, GLint w);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 4752 bool isCallValid = (context->skipValidation() || ValidateRasterPos4i(context, x, y, z, w)); in GL_RasterPos4i()
|