Home
last modified time | relevance | path

Searched refs:uniqueID (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/renderengine/skia/debug/
DSkiaCapture.cpp133 const uint64_t uniqueID = nextID.fetch_add(1, std::memory_order_relaxed); in endOffscreenCapture() local
143 String8::format("OffscreenLayerDraw|%" PRId64, uniqueID).c_str(), in endOffscreenCapture()
150 return uniqueID; in endOffscreenCapture()
/frameworks/base/libs/hwui/hwui/
DMinikinSkia.cpp67 ALOGD("width for typeface %d glyph %d = %f", mTypeface->uniqueID(), glyph_id, skWidth); in GetHorizontalAdvance()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp518 const uint32_t originalId = img->uniqueID(); in collectNonTextureImagesProc()
533 const uint32_t id = img->uniqueID(); in serializeImage()