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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp3383 uint32_t texId = pCmd->alloc.u.id; local
3384 if (!texId)
3386 WARN(("texId is NULL!\n"));
3396 crServerDispatchVBoxTexPresent(texId, u32PrimaryID, pCmd->Hdr.Pos.x, pCmd->Hdr.Pos.y, cRects, (const GLint*)pRects);

Completed in 57 milliseconds