Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL14_autogen.h26 bool ValidateFogCoordf(const Context *context, GLfloat coord);
DvalidationGL1.cpp1617 bool ValidateFogCoordf(const Context *context, GLfloat coord) in ValidateFogCoordf() function
DvalidationGL1_autogen.h506 bool ValidateFogCoordf(const Context *context, GLfloat coord);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9257 bool isCallValid = (context->skipValidation() || ValidateFogCoordf(context, coord)); in GL_FogCoordf()