OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlushDraw
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_eventhandler.hpp
48
virtual void
FlushDraw
(uint32_t drawId) {}
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
eventmanager.h
73
void
FlushDraw
(uint32_t drawId)
77
pHandler->
FlushDraw
(drawId);
archrast.h
47
void
FlushDraw
(HANDLE hThreadContext, uint32_t drawId);
archrast.cpp
172
virtual void
FlushDraw
(uint32_t drawId)
310
void
FlushDraw
(HANDLE hThreadContext, uint32_t drawId)
315
pManager->
FlushDraw
(drawId);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h
533
#define _AR_FLUSH(ctx, id) ArchRast::
FlushDraw
(ctx, id)
Completed in 177 milliseconds