HomeSort by relevance Sort by last modified time
    Searched full:first_upload (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 44 const bool first_upload = !HasVBO(); local
45 if (first_upload && !CreateBuffer()) {
55 if (first_upload && size == size_)
57 else if (!first_upload && size <= size_)

Completed in 816 milliseconds