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 73 void getCompressedFB(void **fb, unsigned *fbsize,
gltrace_context.cpp 173 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth,
201 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
gltrace_fixup.cpp 149 unsigned fbsize, fbwidth, fbheight; local
150 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
155 fb->add_contents(fbcontents, fbsize);
    [all...]

Completed in 50 milliseconds