HomeSort by relevance Sort by last modified time
    Searched refs:fbsize (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 71 void getCompressedFB(void **fb, unsigned *fbsize,
gltrace_context.cpp 167 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth,
195 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
gltrace_fixup.cpp 148 unsigned fbsize, fbwidth, fbheight; local
149 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
154 fb->add_contents(fbcontents, fbsize);

Completed in 26 milliseconds