Searched refs:clipVertex (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp1037 static void clipVertex(ogles_context_t* c, vertex_t* nv, function in namespace:android
1051 clipVertex(c, nv, t, s, p);
1061 clipVertex(c, nv, t, s, p);
1075 c->arrays.clipVertex(c, nv, t, p, s);
1217 case 0: c->arrays.clipVertex = clipVertex; break;
1218 case 1: c->arrays.clipVertex = clipVertexC; break;
1219 case 2: c->arrays.clipVertex = clipVertexT; break;
1220 case 3: c->arrays.clipVertex = clipVertexAll; break;
H A Dprimitives.cpp980 c->arrays.clipVertex(c, buf, t, p, s);
991 c->arrays.clipVertex(c, buf, t, s, p);
1087 c->arrays.clipVertex(c, p, t, p, s);
1094 c->arrays.clipVertex(c, s, t, s, p);
H A Dcontext.h220 void (*clipVertex)(ogles_context_t* c, vertex_t* nv, member in struct:android::gl::array_machine_t

Completed in 553 milliseconds