Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES2_autogen.h67 bool ValidateClearStencil(const Context *context, GLint s);
DvalidationES2.cpp4168 bool ValidateClearStencil(const Context *context, GLint s) in ValidateClearStencil() function
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp480 bool isCallValid = (context->skipValidation() || ValidateClearStencil(context, s)); in GL_ClearStencil()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp320 bool isCallValid = (context->skipValidation() || ValidateClearStencil(context, s)); in GL_ClearStencil()