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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 58 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */
gltrace_context.cpp 141 fbcontentsSize = 0;
157 if (fbcontentsSize >= minSize) {
169 fbcontentsSize = minSize;
177 unsigned fbContentsSize = viewport[2] * viewport[3] * 4;
179 resizeFBMemory(fbContentsSize);
201 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);

Completed in 109 milliseconds