Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp51 bool ValidateClearDepth(const Context *, GLdouble depth) in ValidateClearDepth() function
DvalidationGL1_autogen.h38 bool ValidateClearDepth(const Context *context, GLdouble depth);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp278 bool isCallValid = (context->skipValidation() || ValidateClearDepth(context, depth)); in GL_ClearDepth()