Searched refs:fbwidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h82 unsigned *fbwidth, unsigned *fbheight,
H A Dgltrace_context.cpp206 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth, argument
236 *fbwidth = viewport[2];
H A Dgltrace_fixup.cpp176 unsigned fbsize, fbwidth, fbheight; local
177 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
180 fb->set_width(fbwidth);

Completed in 181 milliseconds