Searched refs:fbsize (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h81 void getCompressedFB(void **fb, unsigned *fbsize,
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 1592 milliseconds