Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL11_autogen.h42 bool ValidateIndexub(const Context *context, GLubyte c);
DvalidationGL1.cpp1325 bool ValidateIndexub(const Context *context, GLubyte c) in ValidateIndexub() function
DvalidationGL1_autogen.h392 bool ValidateIndexub(const Context *context, GLubyte c);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp7471 bool isCallValid = (context->skipValidation() || ValidateIndexub(context, c)); in GL_Indexub()