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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 504 uint64_t lastDrawChecked;
api.cpp 267 (curDraw - pContext->lastDrawChecked) > 0x10000)
273 pContext->lastDrawChecked = curDraw;
    [all...]

Completed in 50 milliseconds