Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp95 gpu->flushHWAAState(rt, args.fUseHWAA, true); in onStencilPath()
DGrGLGpu.h373 void flushHWAAState(GrRenderTarget* rt, bool useHWAA, bool stencilEnabled);
DGrGLGpu.cpp2028 this->flushHWAAState(glRT, pipeline.isHWAntialiasState(), !stencil.isDisabled()); in flushGLState()
2813 void GrGLGpu::flushHWAAState(GrRenderTarget* rt, bool useHWAA, bool stencilEnabled) { in flushHWAAState() function in GrGLGpu
3671 this->flushHWAAState(nullptr, false, false); in copySurfaceAsDraw()
3837 this->flushHWAAState(nullptr, false, false); in onRegenerateMipMapLevels()
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp95 gpu->flushHWAAState(rt, args.fUseHWAA); in onStencilPath()
DGrGLGpu.h391 void flushHWAAState(GrRenderTarget* rt, bool useHWAA);
DGrGLGpu.cpp1870 this->flushHWAAState(glRT, programInfo.pipeline().isHWAntialiasState()); in flushGLState()
2643 void GrGLGpu::flushHWAAState(GrRenderTarget* rt, bool useHWAA) { in flushHWAAState() function in GrGLGpu
3539 this->flushHWAAState(nullptr, false); in copySurfaceAsDraw()
3674 this->flushHWAAState(nullptr, false); in onRegenerateMipMapLevels()