Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dvertex.h40 void ogles_vertex_clipAllPerspective3DZ(ogles_context_t*, vertex_t*);
Dvertex.cpp157 void ogles_vertex_clipAllPerspective3DZ(ogles_context_t* c, vertex_t* v) { in ogles_vertex_clipAllPerspective3DZ() function
Dmatrix.cpp104 c->arrays.perspective = ogles_vertex_clipAllPerspective3DZ; in validate_perspective()