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 143 fbcontents = fbcompressed = NULL;
196 free(fbcompressed);
200 fbcompressed = malloc(minSize);
234 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
235 *fb = fbcompressed;
gltrace_context.h 60 void *fbcompressed; /* destination for lzf compressed framebuffer */ member in class:android::gltrace::GLTraceContext
61 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */

Completed in 119 milliseconds