Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dvertex_frame.cpp44 const bool first_upload = !HasVBO(); in WriteData() local
45 if (first_upload && !CreateBuffer()) { in WriteData()
55 if (first_upload && size == size_) in WriteData()
57 else if (!first_upload && size <= size_) in WriteData()