Home
last modified time | relevance | path

Searched refs:decodedBytes (Results 1 – 1 of 1) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp505 size_t decodedBytes; in process_cmd() local
507 decodedBytes = ctx->render_control.decode(buf, bufSize, &stream, &ctx->checksum_calc); in process_cmd()
508 bufSize -= decodedBytes; in process_cmd()
509 buf += decodedBytes; in process_cmd()
511 decodedBytes = ctx->gles1.decode(buf, bufSize, &stream, &ctx->checksum_calc); in process_cmd()
512 bufSize -= decodedBytes; in process_cmd()
513 buf += decodedBytes; in process_cmd()
515 decodedBytes = ctx->gles3.decode(buf, bufSize, &stream, &ctx->checksum_calc); in process_cmd()
516 bufSize -= decodedBytes; in process_cmd()
517 buf += decodedBytes; in process_cmd()