Searched defs:fbwidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp173 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth, argument
203 *fbwidth = viewport[2];
H A Dgltrace_fixup.cpp149 unsigned fbsize, fbwidth, fbheight; local
150 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
153 fb->set_width(fbwidth);

Completed in 338 milliseconds