Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DGlop.h103 struct Vertices { struct
DLayerBuilder.h49 Vertices, enumerator
DFrameBuilder.cpp590 : (paint.isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices); in tessBatchId()
670 currentLayer().deferUnmergeableOp(mAllocator, bakedState, OpBatchType::Vertices); in deferColorOp()
680 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; in deferLinesOp()
713 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices; in deferPointsOp()
744 currentLayer().deferUnmergeableOp(mAllocator, bakedState, OpBatchType::Vertices); in deferSimpleRectsOp()
DLayerBuilder.cpp283 deferUnmergeableOp(allocator, bakedState, OpBatchType::Vertices); in flushLayerClears()
DGlopBuilder.cpp665 const Glop::Mesh::Vertices& vertices = glop.mesh.vertices; in dump()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp268 const Glop::Mesh::Vertices& vertices = mesh.vertices; in render()
/frameworks/rs/script_api/include/
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…