Home | History | Annotate | Download | only in egl

Lines Matching refs:PRIMITIVETYPE_TRIANGLE

84 	PRIMITIVETYPE_TRIANGLE = 0,	//!< Triangles, requires 3 coordinates per primitive
167 if (drawOp.type == PRIMITIVETYPE_TRIANGLE)
431 DE_ASSERT(drawOp->type == PRIMITIVETYPE_TRIANGLE);
587 DE_ASSERT(drawOp.type == PRIMITIVETYPE_TRIANGLE);