Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp862 bool ValidateRasterPos4f(const Context *, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in ValidateRasterPos4f() function
DvalidationGL1_autogen.h278 bool ValidateRasterPos4f(const Context *context, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4708 bool isCallValid = (context->skipValidation() || ValidateRasterPos4f(context, x, y, z, w)); in GL_RasterPos4f()