Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp1154 bool ValidateTranslated(const Context *, GLdouble x, GLdouble y, GLdouble z) in ValidateTranslated() function
DvalidationGL1_autogen.h343 bool ValidateTranslated(const Context *context, GLdouble x, GLdouble y, GLdouble z);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6439 bool isCallValid = (context->skipValidation() || ValidateTranslated(context, x, y, z)); in GL_Translated()