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

  /frameworks/native/opengl/libs/GLES_trace/src/
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 38 milliseconds