Home
last modified time | relevance | path

Searched refs:ValidateFogCoordfv (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h27 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord);
DvalidationGL1.cpp1622 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord) in ValidateFogCoordfv() function
DvalidationGL1_autogen.h507 bool ValidateFogCoordfv(const Context *context, const GLfloat *coord);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9279 bool isCallValid = (context->skipValidation() || ValidateFogCoordfv(context, coord)); in GL_FogCoordfv()