Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_0_autogen.h182 void rectfv(const GLfloat *v1, const GLfloat *v2); \
DContext_gl.cpp1536 void Context::rectfv(const GLfloat *v1, const GLfloat *v2) in rectfv() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_0_autogen.cpp4207 context->rectfv(v1, v2); in Rectfv()