Home
last modified time | relevance | path

Searched refs:Vertices (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DGlop.h98 struct Vertices { struct
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp211 const Glop::Mesh::Vertices& vertices = mesh.vertices; in render()
/frameworks/rs/scriptc/
Drs_graphics.rsh154 RS_PRIMITIVE_TRIANGLE = 3, // Vertices will be rendered as individual triangles
155 …RS_PRIMITIVE_TRIANGLE_STRIP = 4, // Vertices will be rendered as a connected triangle strip define…
156 …RS_PRIMITIVE_TRIANGLE_FAN = 5, // Vertices will be rendered as a sequence of triangles that all sh…
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_graphics.jd649 …<tr><th>RS_PRIMITIVE_TRIANGLE = 3</th><td>Vertices will be rendered as individual triangles</td></…
650 …<tr><th>RS_PRIMITIVE_TRIANGLE_STRIP = 4</th><td>Vertices will be rendered as a connected triangle …
651 …<tr><th>RS_PRIMITIVE_TRIANGLE_FAN = 5</th><td>Vertices will be rendered as a sequence of triangles…