Searched defs:fbsize (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp206 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth, argument
234 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
H A Dgltrace_fixup.cpp176 unsigned fbsize, fbwidth, fbheight; local
177 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
182 fb->add_contents(fbcontents, fbsize);

Completed in 704 milliseconds