| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | depth.c | 87 if (ctx->Driver.DepthFunc) 88 ctx->Driver.DepthFunc(ctx, func);
|
| H A D | dd.h | 609 void (*DepthFunc)(struct gl_context *ctx, GLenum func); member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | depth.c | 91 if (ctx->Driver.DepthFunc) 92 ctx->Driver.DepthFunc(ctx, func);
|
| H A D | attrib.c | 912 TEST_AND_CALL1(Depth.Func, DepthFunc);
|
| H A D | dd.h | 698 void (*DepthFunc)(struct gl_context *ctx, GLenum func); member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 138 driver->DepthFunc = NULL; 245 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 140 driver->DepthFunc = NULL; 247 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 519 ctx->Driver.DepthFunc = nouveau_depth_func;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 520 ctx->Driver.DepthFunc = nouveau_depth_func;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 295 void (GLAPIENTRY * DepthFunc)(GLenum);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1121 functions->DepthFunc = i830DepthFunc;
|
| H A D | i915_state.c | 1063 functions->DepthFunc = i915DepthFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | OutputMerger.cpp | 905 state.depth_func = translateComparison(pDepthStencilDesc->DepthFunc);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i830_state.c | 1121 functions->DepthFunc = i830DepthFunc;
|
| H A D | i915_state.c | 1063 functions->DepthFunc = i915DepthFunc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 809 { "glDepthFunc", _O(DepthFunc) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 809 { "glDepthFunc", _O(DepthFunc) },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 2370 functions->DepthFunc = r200DepthFunc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state.c | 2124 ctx->Driver.DepthFunc = radeonDepthFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_context.cpp | 415 dsa->desc.DepthFunc = compare_op((pipe_compare_func) depth_stencil_alpha->depth_func);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 2371 functions->DepthFunc = r200DepthFunc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state.c | 2125 ctx->Driver.DepthFunc = radeonDepthFunc;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 1810 if(!disp->DepthFunc) { 1812 procp = (void **) &disp->DepthFunc;
|
| H A D | glapitable.h | 288 void (GLAPIENTRYP DepthFunc)(GLenum func); /* 245 */
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 452 #define glDepthFunc MANGLE(DepthFunc)
|