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

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 243 vertices = refBuffer<float>(vertices, vertexCount * 2); // 2 floats per vertex
245 colors = refBuffer<int>(colors, vertexCount); // 1 color per vertex
343 points = refBuffer<float>(points, count);
351 points = refBuffer<float>(points, count);
377 positions = refBuffer<float>(positions, count * 2);
402 positions = refBuffer<float>(positions, count * 2);
437 rects = refBuffer<float>(rects, count);
DisplayListRenderer.h 188 inline const T* refBuffer(const T* srcBuffer, int32_t count) {
197 return (char*) refBuffer<uint8_t>((uint8_t*)text, byteLength);

Completed in 35 milliseconds