Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h51 bool ValidateDepthRangex(const Context *context, GLfixed n, GLfixed f);
DvalidationES1.cpp742 bool ValidateDepthRangex(const Context *context, GLfixed n, GLfixed f) in ValidateDepthRangex() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp289 bool isCallValid = (context->skipValidation() || ValidateDepthRangex(context, n, f)); in GL_DepthRangex()