Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_context.cpp143 fbcontents = fbcompressed = NULL; in GLTraceContext()
194 if (fbcontents != NULL) { in resizeFBMemory()
195 free(fbcontents); in resizeFBMemory()
199 fbcontents = malloc(minSize); in resizeFBMemory()
227 GL_RGBA, GL_UNSIGNED_BYTE, fbcontents); in getCompressedFB()
234 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize); in getCompressedFB()
Dgltrace_context.h59 void *fbcontents; /* memory area to read framebuffer contents */ variable
Dgltrace_fixup.cpp175 void *fbcontents; in fixup_addFBContents() local
177 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead); in fixup_addFBContents()
182 fb->add_contents(fbcontents, fbsize); in fixup_addFBContents()