Home
last modified time | relevance | path

Searched refs:scissortest (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/swgl/src/
H A Dgl.cc756 bool scissortest = false; member
839 return scissortest ? bb.intersect(scissor - origin) : bb; in apply_scissor()
1084 ctx->scissortest = true; in Enable()
1098 ctx->scissortest = false; in Disable()
2259 request_clear(t, value, ctx->scissortest ? ctx->scissor : t.offset_bounds()); in request_clear()
2464 IntRect scissor = ctx->scissortest in Clear()
2473 IntRect scissor = ctx->scissortest in Clear()
/dports/www/firefox/firefox-99.0/gfx/wr/swgl/src/
H A Dgl.cc772 bool scissortest = false; member
855 return scissortest ? bb.intersect(scissor - origin) : bb; in apply_scissor()
1102 ctx->scissortest = true; in Enable()
1116 ctx->scissortest = false; in Disable()
2293 request_clear(t, value, ctx->scissortest ? ctx->scissor : t.offset_bounds()); in request_clear()
2498 IntRect scissor = ctx->scissortest in Clear()
2507 IntRect scissor = ctx->scissortest in Clear()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/swgl/src/
H A Dgl.cc756 bool scissortest = false; member
839 return scissortest ? bb.intersect(scissor - origin) : bb; in apply_scissor()
1084 ctx->scissortest = true; in Enable()
1098 ctx->scissortest = false; in Disable()
2259 request_clear(t, value, ctx->scissortest ? ctx->scissor : t.offset_bounds()); in request_clear()
2464 IntRect scissor = ctx->scissortest in Clear()
2473 IntRect scissor = ctx->scissortest in Clear()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_backend.c590 int scissortest; member
1026 if(gl_state.scissortest == state) in GL_ScissorTest()
1030 if((gl_state.scissortest = state)) in GL_ScissorTest()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_backend.c228 int scissortest; member
2505 if (gl_state.scissortest != state) in GL_ScissorTest()
2507 gl_state.scissortest = state; in GL_ScissorTest()
2516 if(gl_state.scissortest) in GL_ScissorTest()
2524 IDirect3DDevice9_SetRenderState(vid_d3d9dev, D3DRS_SCISSORTESTENABLE, gl_state.scissortest); in GL_ScissorTest()
2534 DPSOFTRAST_ScissorTest(gl_state.scissortest); in GL_ScissorTest()
H A Ddpsoftrast.c251 int scissortest;
420 if (!thread->scissortest) {x1 = 0;y1 = 0;x2 = dpsoftrast.fb_width;y2 = dpsoftrast.fb_height;} in DPSOFTRAST_RecalcFB()
1062 thread->scissortest = command->enable; in DPSOFTRAST_Interpret_ScissorTest()
5624 thread->scissortest = false; in DPSOFTRAST_Init()
/dports/games/darkplaces/darkplaces/
H A Dgl_backend.c228 int scissortest; member
2505 if (gl_state.scissortest != state) in GL_ScissorTest()
2507 gl_state.scissortest = state; in GL_ScissorTest()
2516 if(gl_state.scissortest) in GL_ScissorTest()
2524 IDirect3DDevice9_SetRenderState(vid_d3d9dev, D3DRS_SCISSORTESTENABLE, gl_state.scissortest); in GL_ScissorTest()
2534 DPSOFTRAST_ScissorTest(gl_state.scissortest); in GL_ScissorTest()
H A Ddpsoftrast.c251 int scissortest;
420 if (!thread->scissortest) {x1 = 0;y1 = 0;x2 = dpsoftrast.fb_width;y2 = dpsoftrast.fb_height;} in DPSOFTRAST_RecalcFB()
1062 thread->scissortest = command->enable; in DPSOFTRAST_Interpret_ScissorTest()
5624 thread->scissortest = false; in DPSOFTRAST_Init()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/swgl/src/
H A Dgl.cc507 bool scissortest = false; member
602 return scissortest ? bb.intersect(scissor) : bb; in apply_scissor()
816 ctx->scissortest = true; in Enable()
831 ctx->scissortest = false; in Disable()
1970 return ctx->scissortest && !ctx->scissor.contains(t.bounds()); in clear_requires_scissor()