HomeSort by relevance Sort by last modified time
    Searched refs:fbwidth (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 74 unsigned *fbwidth, unsigned *fbheight,
gltrace_context.cpp 173 void GLTraceContext::getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth,
203 *fbwidth = viewport[2];
gltrace_fixup.cpp 149 unsigned fbsize, fbwidth, fbheight; local
150 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);
153 fb->set_width(fbwidth);
    [all...]

Completed in 41 milliseconds