Lines Matching +defs:cc +defs:mode
399 void vertex_cache_t::dump_stats(GLenum mode) in dump_stats()
550 const uint32_t cc = v[0].flags; in drawPrimitivesPoints() local
588 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineStrip() local
610 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineLoop() local
636 const uint32_t cc = v[0].flags & v[1].flags; in drawPrimitivesLines() local
682 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawPrimitivesTriangleFanOrStrip() local
732 const uint32_t cc = v[0].flags & v[1].flags & v[2].flags; in drawPrimitivesTriangles() local
794 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLineStrip() local
821 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLineLoop() local
831 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLineLoop() local
847 const uint32_t cc = v0->flags & v1->flags; in drawIndexedPrimitivesLines() local
882 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawIndexedPrimitivesTriangleFanOrStrip() local
918 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawIndexedPrimitivesTriangles() local
932 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawIndexedPrimitivesTriangles() local
1082 void validate_arrays(ogles_context_t* c, GLenum mode) in validate_arrays()
1343 void glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays()
1388 GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) in glDrawElements()