Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Deventmanager.h73 void FlushDraw(uint32_t drawId) in FlushDraw() function
77 pHandler->FlushDraw(drawId); in FlushDraw()
Darchrast.cpp172 virtual void FlushDraw(uint32_t drawId) in FlushDraw() function in ArchRast::EventHandlerStatsFile
310 void FlushDraw(HANDLE hThreadContext, uint32_t drawId) in FlushDraw() function
315 pManager->FlushDraw(drawId); in FlushDraw()
Darchrast.h47 void FlushDraw(HANDLE hThreadContext, uint32_t drawId);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_ar_eventhandler.hpp48 virtual void FlushDraw(uint32_t drawId) {} in FlushDraw() function in ArchRast::EventHandler
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h533 #define _AR_FLUSH(ctx, id) ArchRast::FlushDraw(ctx, id)