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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp140 fbcontents = fbcompressed = NULL;
161 if (fbcontents != NULL) {
162 free(fbcontents);
166 fbcontents = malloc(minSize);
194 GL_RGBA, GL_UNSIGNED_BYTE, fbcontents);
201 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
H A Dgltrace_context.h56 void *fbcontents; /* memory area to read framebuffer contents */ member in class:android::gltrace::GLTraceContext
58 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */
H A Dgltrace_fixup.cpp148 void *fbcontents; local
150 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
155 fb->add_contents(fbcontents, fbsize);

Completed in 48 milliseconds