Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp822 bool ValidateRasterPos3f(const Context *, GLfloat x, GLfloat y, GLfloat z) in ValidateRasterPos3f() function
DvalidationGL1_autogen.h270 bool ValidateRasterPos3f(const Context *context, GLfloat x, GLfloat y, GLfloat z);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4534 bool isCallValid = (context->skipValidation() || ValidateRasterPos3f(context, x, y, z)); in GL_RasterPos3f()