Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1189 bool ValidateVertex2s(const Context *, GLshort x, GLshort y) in ValidateVertex2s() function
DvalidationGL1_autogen.h350 bool ValidateVertex2s(const Context *context, GLshort x, GLshort y);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6607 bool isCallValid = (context->skipValidation() || ValidateVertex2s(context, x, y)); in GL_Vertex2s()