Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp782 bool ValidateRasterPos2f(const Context *, GLfloat x, GLfloat y) in ValidateRasterPos2f() function
DvalidationGL1_autogen.h262 bool ValidateRasterPos2f(const Context *context, GLfloat x, GLfloat y);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4362 bool isCallValid = (context->skipValidation() || ValidateRasterPos2f(context, x, y)); in GL_RasterPos2f()