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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 138 fbcontents = fbcompressed = NULL;
155 if (fbcontents != NULL) {
156 free(fbcontents);
160 fbcontents = malloc(minSize);
188 GL_RGBA, GL_UNSIGNED_BYTE, fbcontents);
195 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
gltrace_context.h 55 void *fbcontents; /* memory area to read framebuffer contents */ member in class:android::gltrace::GLTraceContext
57 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */
gltrace_fixup.cpp 147 void *fbcontents; local
149 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
154 fb->add_contents(fbcontents, fbsize);

Completed in 32 milliseconds