Searched refs:Vertices (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Glop.h | 103 struct Vertices { struct
|
D | LayerBuilder.h | 49 Vertices, enumerator
|
D | FrameBuilder.cpp | 590 : (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()
|
D | LayerBuilder.cpp | 283 deferUnmergeableOp(allocator, bakedState, OpBatchType::Vertices); in flushLayerClears()
|
D | GlopBuilder.cpp | 665 const Glop::Mesh::Vertices& vertices = glop.mesh.vertices; in dump()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 268 const Glop::Mesh::Vertices& vertices = mesh.vertices; in render()
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 154 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…
|