Searched refs:ValidateVertex4s (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL1.cpp | 1269 bool ValidateVertex4s(const Context *, GLshort x, GLshort y, GLshort z, GLshort w) in ValidateVertex4s() function
|
D | validationGL1_autogen.h | 366 bool ValidateVertex4s(const Context *context, GLshort x, GLshort y, GLshort z, GLshort w);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 6947 bool isCallValid = (context->skipValidation() || ValidateVertex4s(context, x, y, z, w)); in GL_Vertex4s()
|