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