Home
last modified time | relevance | path

Searched refs:fbContentsSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_context.cpp210 unsigned fbContentsSize = viewport[2] * viewport[3] * 4; in getCompressedFB() local
212 resizeFBMemory(fbContentsSize); in getCompressedFB()
234 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize); in getCompressedFB()