Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL41_autogen.h168 bool ValidateViewportIndexedfv(const Context *context, GLuint index, const GLfloat *v);
DvalidationGL4_autogen.h311 bool ValidateViewportIndexedfv(const Context *context, GLuint index, const GLfloat *v);
DvalidationGL4.cpp563 bool ValidateViewportIndexedfv(const Context *context, GLuint index, const GLfloat *v) in ValidateViewportIndexedfv() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp3760 (context->skipValidation() || ValidateViewportIndexedfv(context, index, v)); in GL_ViewportIndexedfv()