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 59 void *fbcontents; /* memory area to read framebuffer contents */ member in class:android::gltrace::GLTraceContext
61 unsigned fbcontentsSize; /* size of fbcontents & fbcompressed buffers */
gltrace_fixup.cpp 175 void *fbcontents; local
177 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
182 fb->add_contents(fbcontents, fbsize);
    [all...]

Completed in 174 milliseconds