Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp867 bool ValidateRasterPos4fv(const Context *, const GLfloat *v) in ValidateRasterPos4fv() function
DvalidationGL1_autogen.h279 bool ValidateRasterPos4fv(const Context *context, const GLfloat *v);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4730 bool isCallValid = (context->skipValidation() || ValidateRasterPos4fv(context, v)); in GL_RasterPos4fv()