HomeSort by relevance Sort by last modified time
    Searched refs:AlphaVertices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
LayerBuilder.h 48 AlphaVertices,
FrameBuilder.cpp 590 : (paint.isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices);
680 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices;
713 batchid_t batch = op.paint->isAntiAlias() ? OpBatchType::AlphaVertices : OpBatchType::Vertices;
    [all...]

Completed in 48 milliseconds