Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (m_alloc) {
  2. TRACE("About to alloc...");
  3. status = m_alloc->alloc(m_alloc,
  4. width, height, format, usage,
  5. &handle, &stride);
  6. TRACE("...done!");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement