Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1269 bool ValidateVertex4s(const Context *, GLshort x, GLshort y, GLshort z, GLshort w) in ValidateVertex4s() function
DvalidationGL1_autogen.h366 bool ValidateVertex4s(const Context *context, GLshort x, GLshort y, GLshort z, GLshort w);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6947 bool isCallValid = (context->skipValidation() || ValidateVertex4s(context, x, y, z, w)); in GL_Vertex4s()