Searched refs:fbsize (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_context.cpp | 206 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth, in getCompressedFB() argument 234 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize); in getCompressedFB()
|
D | gltrace_context.h | 81 void getCompressedFB(void **fb, unsigned *fbsize,
|
D | gltrace_fixup.cpp | 176 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()
|