Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES2_autogen.h66 bool ValidateClearDepthf(const Context *context, GLfloat d);
DvalidationES2.cpp4163 bool ValidateClearDepthf(const Context *context, GLfloat depth) in ValidateClearDepthf() function
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp459 bool isCallValid = (context->skipValidation() || ValidateClearDepthf(context, d)); in GL_ClearDepthf()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1319 bool isCallValid = (context->skipValidation() || ValidateClearDepthf(context, d)); in GL_ClearDepthf()