Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h27 bool ValidateClearDepthx(const Context *context, GLfixed depth);
DvalidationES1.cpp674 bool ValidateClearDepthx(const Context *context, GLfixed depth) in ValidateClearDepthx() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp105 bool isCallValid = (context->skipValidation() || ValidateClearDepthx(context, depth)); in GL_ClearDepthx()