Searched refs:Vertices (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DGlop.h105 struct Vertices { struct in struct:android::uirenderer::Glop::Mesh
H A DLayerBuilder.h49 Vertices, enumerator in enum:android::uirenderer::OpBatchType::__anon1058
H A DFrameBuilder.cpp586 : (paint.isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices);
664 currentLayer().deferUnmergeableOp(mAllocator, bakedState, OpBatchType::Vertices);
674 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices;
708 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices;
739 currentLayer().deferUnmergeableOp(mAllocator, bakedState, OpBatchType::Vertices);
H A DLayerBuilder.cpp283 deferUnmergeableOp(allocator, bakedState, OpBatchType::Vertices);
H A DGlopBuilder.cpp690 const Glop::Mesh::Vertices& vertices = glop.mesh.vertices;
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp240 const Glop::Mesh::Vertices& vertices = mesh.vertices;

Completed in 88 milliseconds