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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp174 unsigned *fbheight, FBBinding fbToRead) {
184 if (fbToRead != CURRENTLY_BOUND_FB) {
173 getCompressedFB(void **fb, unsigned *fbsize, unsigned *fbwidth, unsigned *fbheight, FBBinding fbToRead) argument
H A Dgltrace_fixup.cpp147 void fixup_addFBContents(GLTraceContext *context, GLMessage *glmsg, FBBinding fbToRead) { argument
150 context->getCompressedFB(&fbcontents, &fbsize, &fbwidth, &fbheight, fbToRead);

Completed in 324 milliseconds