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 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 28 milliseconds