Home
last modified time | relevance | path

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

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