HomeSort by relevance Sort by last modified time
    Searched refs:fbcompressed (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 140 fbcontents = fbcompressed = NULL;
163 free(fbcompressed);
167 fbcompressed = malloc(minSize);
201 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
202 *fb = fbcompressed;
gltrace_context.h 57 void *fbcompressed; /* destination for lzf compressed framebuffer */ member in class:android::gltrace::GLTraceContext
58 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */

Completed in 57 milliseconds