Lines Matching defs:v
136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentColor()
139 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentNormal()
142 static void currentTexCoord(ogles_context_t* c, GLfixed* v, const GLvoid*) { in currentTexCoord()
149 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b()
153 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s()
157 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x()
160 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f()
164 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b()
169 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s()
174 static void fetch3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch3x()
177 static void fetch3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch3f()
182 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch4b()
188 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch4s()
194 static void fetch4x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch4x()
197 static void fetch4f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch4f()
203 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand4ub()
209 static void fetchClamp4x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetchClamp4x()
215 static void fetchClamp4f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetchClamp4f()
221 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand3ub()
227 static void fetchClamp3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetchClamp3x()
233 static void fetchClamp3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetchClamp3f()
239 static void fetchExpand3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetchExpand3b()
244 static void fetchExpand3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetchExpand3s()
378 vertex_t* v = vBuffer; in clear() local
389 vertex_t* v = vBuffer; in clear() local
455 vertex_t* cache_vertex(ogles_context_t* c, vertex_t* v, uint32_t index) in cache_vertex()
485 vertex_t* const v = c->vc.vCache + in fetch_vertex() local
496 vertex_t* v = c->vc.vCache + in fetch_vertex() local
519 vertex_t* v = c->vc.vBuffer + 2; in fetch_vertex() local
541 vertex_t* v = c->vc.vBuffer; in drawPrimitivesPoints() local
567 vertex_t *v, *v0, *v1; in drawPrimitivesLineStrip() local
626 vertex_t* v = c->vc.vBuffer; in drawPrimitivesLines() local
657 vertex_t *v, *v0, *v1, *v2; in drawPrimitivesTriangleFanOrStrip() local
722 vertex_t* v = c->vc.vBuffer; in drawPrimitivesTriangles() local
769 vertex_t * v = fetch_vertex(c, read_index(type, indices)); in drawIndexedPrimitivesPoints() local
785 vertex_t * const v = c->vc.vBuffer; in drawIndexedPrimitivesLineStrip() local
812 vertex_t * const v = c->vc.vBuffer; in drawIndexedPrimitivesLineLoop() local
867 vertex_t * const v = c->vc.vBuffer; in drawIndexedPrimitivesTriangleFanOrStrip() local
950 vertex_t* v, GLint first) in compileElement__generic()
964 vertex_t* v, GLint first, GLsizei count) in compileElements__generic()