Lines Matching full:tempbuffer
793 VertexBuffer tempBuffer;
795 getFillVerticesFromPerimeter(outlineVertices, tempBuffer);
796 instanceVertices<Vertex>(tempBuffer, vertexBuffer, points, count, bounds);
799 getFillVerticesFromPerimeterAA(paintInfo, outlineVertices, tempBuffer, paintInfo.maxAlpha);
800 instanceVertices<AlphaVertex>(tempBuffer, vertexBuffer, points, count, bounds);