| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv20_state_raster.c | 41 PUSH_DATA (push, ctx->Color.LogicOp);
|
| H A D | nv10_state_raster.c | 129 PUSH_DATA (push, ctx->Color.LogicOp);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv20_state_raster.c | 41 PUSH_DATA (push, ctx->Color.LogicOp);
|
| H A D | nv10_state_raster.c | 129 PUSH_DATA (push, ctx->Color.LogicOp);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | rubberband.c | 29 static GLboolean LogicOp = GL_TRUE; variable in typeref:typename:GLboolean 48 if (LogicOp) { 97 LogicOp ? "LogicOp" : "Blend"); 171 LogicOp = GL_FALSE; 181 LogicOp = GL_TRUE;
|
| H A D | blendxor.c | 30 static GLboolean LogicOp = 0*GL_TRUE; variable in typeref:typename:GLboolean 62 PrintString("XOR LogicOp:"); 102 LogicOp = GL_FALSE; 106 LogicOp = GL_TRUE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_logic.c | 164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); 172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); 180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_logic.c | 164 LOGIC_OP_LOOP(ctx->Color.LogicOp, 1); 172 LOGIC_OP_LOOP(ctx->Color.LogicOp, 2); 180 LOGIC_OP_LOOP(ctx->Color.LogicOp, 4);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | gl.tm | 135 LogicOp,*,*, GLenum,*,*
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blend.c | 876 if (ctx->Color.LogicOp == opcode) 906 ctx->Color.LogicOp = opcode; 920 * gl_colorbuffer_attrib::LogicOp. 1199 ctx->Color.LogicOp = GL_COPY;
|
| H A D | attrib.c | 1117 _mesa_LogicOp(color->LogicOp);
|
| H A D | mtypes.h | 445 GLenum16 LogicOp; /**< Logic operator */ member in struct:gl_colorbuffer_attrib 4630 /** gl_context::Color::LogicOp/ColorLogicOp/IndexLogicOp */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blend.c | 908 if (ctx->Color.LogicOp == opcode) 939 ctx->Color.LogicOp = opcode; 954 * gl_colorbuffer_attrib::LogicOp. 1249 ctx->Color.LogicOp = GL_COPY;
|
| H A D | attrib.c | 883 TEST_AND_CALL1(Color.LogicOp, LogicOp);
|
| H A D | mtypes.h | 394 GLenum16 LogicOp; /**< Logic operator */ member in struct:gl_colorbuffer_attrib 4846 /** gl_context::Color::LogicOp/ColorLogicOp/IndexLogicOp */
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_line.c | 517 && ctx->Color.LogicOp == GL_XOR
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_line.c | 517 && ctx->Color.LogicOp == GL_XOR
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 292 void (GLAPIENTRY * LogicOp)(GLenum);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 806 { "glLogicOp", _O(LogicOp) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 806 { "glLogicOp", _O(LogicOp) },
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 140 { GL_LOGIC_OP_MODE, CONTEXT_ENUM16(Color.LogicOp), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1527 (!ctx->Color.ColorLogicOpEnabled || ctx->Color.LogicOp == GL_COPY) &&
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 140 { GL_LOGIC_OP_MODE, CONTEXT_ENUM16(Color.LogicOp), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1578 (!ctx->Color.ColorLogicOpEnabled || ctx->Color.LogicOp == GL_COPY) &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_context.cpp | 311 state->desc.RenderTarget[0].LogicOp = logic_op((pipe_logicop) blend_state->logicop_func);
|