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

/frameworks/native/opengl/libagl/
H A Darray.cpp1033 static void clipVertex(ogles_context_t* c, vertex_t* nv, function in namespace:android
1047 clipVertex(c, nv, t, s, p);
1057 clipVertex(c, nv, t, s, p);
1071 c->arrays.clipVertex(c, nv, t, p, s);
1213 case 0: c->arrays.clipVertex = clipVertex; break;
1214 case 1: c->arrays.clipVertex = clipVertexC; break;
1215 case 2: c->arrays.clipVertex = clipVertexT; break;
1216 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.h216 void (*clipVertex)(ogles_context_t* c, vertex_t* nv, member in struct:android::gl::array_machine_t

Completed in 12 milliseconds