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 140 fbcontents = fbcompressed = NULL;
161 if (fbcontents != NULL) {
162 free(fbcontents);
166 fbcontents = malloc(minSize);
194 GL_RGBA, GL_UNSIGNED_BYTE, fbcontents);
201 *fbsize = lzf_compress(fbcontents, fbContentsSize, fbcompressed, fbContentsSize);
gltrace_context.h 56 void *fbcontents; /* memory area to read framebuffer contents */ member in class:android::gltrace::GLTraceContext
58 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */
gltrace_fixup.cpp 148 void *fbcontents; local
150 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
155 fb->add_contents(fbcontents, fbsize);
    [all...]

Completed in 36 milliseconds