Searched refs:fbcontents (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_context.cpp | 143 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()
|
D | gltrace_context.h | 59 void *fbcontents; /* memory area to read framebuffer contents */ variable
|
D | gltrace_fixup.cpp | 175 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()
|