Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h129 bool ValidateLoadMatrixf(const Context *context, const GLfloat *m);
DvalidationES1.cpp1005 bool ValidateLoadMatrixf(const Context *context, const GLfloat *m) in ValidateLoadMatrixf() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1005 bool isCallValid = (context->skipValidation() || ValidateLoadMatrixf(context, m)); in GL_LoadMatrixf()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp3207 bool isCallValid = (context->skipValidation() || ValidateLoadMatrixf(context, m)); in GL_LoadMatrixf()