Searched refs:need_update (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_context.h60 bool need_update; member in struct:apple_glx_context
H A Dapple_glx_context.c158 ac->need_update = false;
548 ac->need_update = true;
575 if (ac->need_update) {
577 ac->need_update = false;
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_context.h60 bool need_update; member in struct:apple_glx_context
H A Dapple_glx_context.c158 ac->need_update = false;
547 ac->need_update = true;
574 if (ac->need_update) {
576 ac->need_update = false;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexparam.c818 GLboolean need_update; local in function:_mesa_texture_parameterf
846 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa);
860 need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa);
864 if (ctx->Driver.TexParameter && need_update) {
875 GLboolean need_update; local in function:_mesa_texture_parameterfv
896 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa);
907 need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa);
923 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa);
928 need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa);
931 if (ctx->Driver.TexParameter && need_update) {
942 GLboolean need_update; local in function:_mesa_texture_parameteri
987 GLboolean need_update; local in function:_mesa_texture_parameteriv
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexparam.c865 GLboolean need_update; local in function:_mesa_texture_parameterf
894 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa);
908 need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa);
912 if (ctx->Driver.TexParameter && need_update) {
923 GLboolean need_update; local in function:_mesa_texture_parameterfv
945 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa);
956 need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa);
972 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa);
977 need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa);
980 if (ctx->Driver.TexParameter && need_update) {
991 GLboolean need_update; local in function:_mesa_texture_parameteri
1035 GLboolean need_update; local in function:_mesa_texture_parameteriv
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dformat.c1730 int length, num_arguments, code, need_update, need_argument, hash, head; local in function:LispFormat
1751 need_argument = need_update = hash = 0;
1861 need_update = 1;
1864 need_argument = need_update = 1;
1867 need_update = 1;
1881 if (need_update) {
1977 need_update = 1;
2020 if (need_update) {
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.c910 int need_update = 0; local in function:wsSetProperty
940 need_update++;
962 need_update++;
965 if (need_update) {

Completed in 40 milliseconds