Home
last modified time | relevance | path

Searched refs:flushGLState (Results 1 – 25 of 25) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp152 if (!this->gpu()->flushGLState(pipeline, primProc, false)) { in onDrawPath()
184 if (!this->gpu()->flushGLState(pipeline, primProc, false)) { in onDrawPaths()
H A DGrGLGpu.h238 bool flushGLState(const GrPipeline&, const GrPrimitiveProcessor&, bool willDrawPoints);
H A DGrGLGpu.cpp2057 bool GrGLGpu::flushGLState(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc,
2759 if (!this->flushGLState(pipeline, primProc, hasPoints)) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp150 if (!this->gpu()->flushGLState(pipeline, primProc, false)) { in onDrawPath()
182 if (!this->gpu()->flushGLState(pipeline, primProc, false)) { in onDrawPaths()
H A DGrGLGpu.h265 bool flushGLState(const GrPipeline&, const GrPrimitiveProcessor&, bool willDrawPoints);
H A DGrGLGpu.cpp1809 bool GrGLGpu::flushGLState(const GrPipeline& pipeline, const GrPrimitiveProcessor& primProc, in flushGLState() function in GrGLGpu
2563 if (!this->flushGLState(pipeline, primProc, hasPoints)) { in draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp40 return fGpu->flushGLState(fRenderTarget, programInfo); in onBindPipeline()
H A DGrGLGpu.h76 bool flushGLState(GrRenderTarget*, const GrProgramInfo&);
H A DGrGLGpu.cpp1760 bool GrGLGpu::flushGLState(GrRenderTarget* renderTarget, in flushGLState() function in GrGLGpu
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp118 if (!this->gpu()->flushGLState(renderTarget, programInfo, GrPrimitiveType::kPath)) { in onDrawPath()
H A DGrGLGpu.h277 bool flushGLState(GrRenderTarget*, const GrProgramInfo&, GrPrimitiveType);
H A DGrGLGpu.cpp1661 bool GrGLGpu::flushGLState(GrRenderTarget* renderTarget, in flushGLState() function in GrGLGpu
2217 if (!this->flushGLState(renderTarget, programInfo, primitiveType)) { in draw()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp118 if (!this->gpu()->flushGLState(renderTarget, programInfo, GrPrimitiveType::kPath)) { in onDrawPath()
H A DGrGLGpu.h277 bool flushGLState(GrRenderTarget*, const GrProgramInfo&, GrPrimitiveType);
H A DGrGLGpu.cpp1661 bool GrGLGpu::flushGLState(GrRenderTarget* renderTarget, in flushGLState() function in GrGLGpu
2217 if (!this->flushGLState(renderTarget, programInfo, primitiveType)) { in draw()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp118 if (!this->gpu()->flushGLState(renderTarget, programInfo, GrPrimitiveType::kPath)) { in onDrawPath()
H A DGrGLGpu.h277 bool flushGLState(GrRenderTarget*, const GrProgramInfo&, GrPrimitiveType);
H A DGrGLGpu.cpp1661 bool GrGLGpu::flushGLState(GrRenderTarget* renderTarget, in flushGLState() function in GrGLGpu
2217 if (!this->flushGLState(renderTarget, programInfo, primitiveType)) { in draw()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp118 if (!this->gpu()->flushGLState(renderTarget, programInfo, GrPrimitiveType::kPath)) { in onDrawPath()
H A DGrGLGpu.h277 bool flushGLState(GrRenderTarget*, const GrProgramInfo&, GrPrimitiveType);
H A DGrGLGpu.cpp1661 bool GrGLGpu::flushGLState(GrRenderTarget* renderTarget, in flushGLState() function in GrGLGpu
2217 if (!this->flushGLState(renderTarget, programInfo, primitiveType)) { in draw()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/instanced/
H A DGLInstancedRendering.cpp207 if (!this->glGpu()->flushGLState(pipeline, instProc, false)) { in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp45 return fGpu->flushGLState(fRenderTarget, programInfo); in onBindPipeline()
H A DGrGLGpu.h76 bool flushGLState(GrRenderTarget*, const GrProgramInfo&);
H A DGrGLGpu.cpp1793 bool GrGLGpu::flushGLState(GrRenderTarget* renderTarget, const GrProgramInfo& programInfo) { in flushGLState() function in GrGLGpu