Home
last modified time | relevance | path

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

123

/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A Dwrap_Framebuffer.cpp48 const char * magstr = luaL_checkstring(L, 3); in w_Framebuffer_setFilter() local
53 if (!Image::getConstant(magstr, f.mag)) in w_Framebuffer_setFilter()
54 return luaL_error(L, "Invalid max filter mode: %s", magstr); in w_Framebuffer_setFilter()
66 const char * magstr; in w_Framebuffer_getFilter() local
68 Image::getConstant(f.mag, magstr); in w_Framebuffer_getFilter()
71 lua_pushstring(L, magstr); in w_Framebuffer_getFilter()
H A Dwrap_Image.cpp56 const char * magstr = luaL_checkstring(L, 3); in w_Image_setFilter() local
59 if (!Image::getConstant(magstr, mag)) in w_Image_setFilter()
60 return luaL_error(L, "Invalid filter mode: %s", magstr); in w_Image_setFilter()
75 const char * magstr; in w_Image_getFilter() local
77 Image::getConstant(mag, magstr); in w_Image_getFilter()
79 lua_pushstring(L, magstr); in w_Image_getFilter()
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A Dwrap_Image.cpp56 const char * magstr = luaL_checkstring(L, 3); in w_Image_setFilter() local
59 if (!Image::getConstant(magstr, mag)) in w_Image_setFilter()
60 return luaL_error(L, "Invalid filter mode: %s", magstr); in w_Image_setFilter()
75 const char * magstr; in w_Image_getFilter() local
77 Image::getConstant(mag, magstr); in w_Image_getFilter()
79 lua_pushstring(L, magstr); in w_Image_getFilter()
H A Dwrap_Canvas.cpp70 const char * magstr = luaL_checkstring(L, 3); in w_Canvas_setFilter() local
75 if (!Image::getConstant(magstr, f.mag)) in w_Canvas_setFilter()
76 return luaL_error(L, "Invalid max filter mode: %s", magstr); in w_Canvas_setFilter()
88 const char * magstr; in w_Canvas_getFilter() local
90 Image::getConstant(f.mag, magstr); in w_Canvas_getFilter()
93 lua_pushstring(L, magstr); in w_Canvas_getFilter()
H A Dwrap_Graphics.cpp562 const char * magstr = luaL_checkstring(L, 2); in w_setDefaultImageFilter() local
565 if (!Image::getConstant(magstr, mag)) in w_setDefaultImageFilter()
566 return luaL_error(L, "Invalid filter mode: %s", magstr); in w_setDefaultImageFilter()
602 const char * magstr; in w_getDefaultImageFilter() local
604 Image::getConstant(f.mag, magstr); in w_getDefaultImageFilter()
606 lua_pushstring(L, magstr); in w_getDefaultImageFilter()
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A Dwrap_Video.cpp99 const char *magstr = luaL_optstring(L, 3, minstr); in w_Video_setFilter() local
103 if (!Texture::getConstant(magstr, f.mag)) in w_Video_setFilter()
104 return luaL_error(L, "Invalid filter mode: %s", magstr); in w_Video_setFilter()
118 const char *magstr = nullptr; in w_Video_getFilter() local
122 if (!Texture::getConstant(f.mag, magstr)) in w_Video_getFilter()
126 lua_pushstring(L, magstr); in w_Video_getFilter()
H A Dwrap_Font.cpp107 const char *magstr = luaL_optstring(L, 3, minstr); in w_Font_setFilter() local
111 if (!Texture::getConstant(magstr, f.mag)) in w_Font_setFilter()
112 return luaL_error(L, "Invalid filter mode: %s", magstr); in w_Font_setFilter()
125 const char *magstr; in w_Font_getFilter() local
127 Texture::getConstant(f.mag, magstr); in w_Font_getFilter()
129 lua_pushstring(L, magstr); in w_Font_getFilter()
/dports/devel/love10/love-0.10.2/src/modules/graphics/
H A Dwrap_Texture.cpp61 const char *magstr = luaL_optstring(L, 3, minstr); in w_Texture_setFilter() local
65 if (!Texture::getConstant(magstr, f.mag)) in w_Texture_setFilter()
66 return luaL_error(L, "Invalid filter mode: %s", magstr); in w_Texture_setFilter()
80 const char *magstr = nullptr; in w_Texture_getFilter() local
84 if (!Texture::getConstant(f.mag, magstr)) in w_Texture_getFilter()
88 lua_pushstring(L, magstr); in w_Texture_getFilter()
/dports/devel/love/love-11.3/src/modules/graphics/
H A Dwrap_Video.cpp119 const char *magstr = luaL_optstring(L, 3, minstr); in w_Video_setFilter() local
123 if (!Texture::getConstant(magstr, f.mag)) in w_Video_setFilter()
124 return luax_enumerror(L, "filter mode", Texture::getConstants(f.mag), magstr); in w_Video_setFilter()
138 const char *magstr = nullptr; in w_Video_getFilter() local
142 if (!Texture::getConstant(f.mag, magstr)) in w_Video_getFilter()
146 lua_pushstring(L, magstr); in w_Video_getFilter()
H A Dwrap_Font.cpp145 const char *magstr = luaL_optstring(L, 3, minstr); in w_Font_setFilter() local
149 if (!Texture::getConstant(magstr, f.mag)) in w_Font_setFilter()
150 return luax_enumerror(L, "filter mode", Texture::getConstants(f.mag), magstr); in w_Font_setFilter()
163 const char *magstr; in w_Font_getFilter() local
165 Texture::getConstant(f.mag, magstr); in w_Font_getFilter()
167 lua_pushstring(L, magstr); in w_Font_getFilter()
H A Dwrap_Texture.cpp138 const char *magstr = luaL_optstring(L, 3, minstr); in w_Texture_setFilter() local
142 if (!Texture::getConstant(magstr, f.mag)) in w_Texture_setFilter()
143 return luax_enumerror(L, "filter mode", Texture::getConstants(f.mag), magstr); in w_Texture_setFilter()
157 const char *magstr = nullptr; in w_Texture_getFilter() local
161 if (!Texture::getConstant(f.mag, magstr)) in w_Texture_getFilter()
165 lua_pushstring(L, magstr); in w_Texture_getFilter()
/dports/science/lammps/lammps-stable_29Sep2021/src/SPIN/
H A Dfix_precession_spin.h88 char *magstr; variable
H A Dfix_precession_spin.cpp65 magstr = nullptr; in FixPrecessionSpin()
244 delete [] magstr; in ~FixPrecessionSpin()
280 if (magstr) { in init()
281 magvar = input->variable->find(magstr); in init()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/engines/
H A De_capi.c616 char magstr[10]; in capi_get_pkey() local
617 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
619 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
657 char magstr[10]; in capi_get_pkey() local
658 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
660 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/security/openssl-legacy-static/openssl-1.0.2u/engines/
H A De_capi.c662 char magstr[10]; in capi_get_pkey() local
663 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
666 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
701 char magstr[10]; in capi_get_pkey() local
702 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
705 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/security/openssl-unsafe/openssl-c9ba19c/engines/
H A De_capi.c662 char magstr[10]; in capi_get_pkey() local
663 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
666 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
701 char magstr[10]; in capi_get_pkey() local
702 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
705 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/engines/
H A De_capi.c678 char magstr[10]; in capi_get_pkey() local
679 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
682 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
724 char magstr[10]; in capi_get_pkey() local
725 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
728 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/engines/
H A De_capi.c665 char magstr[10]; in capi_get_pkey() local
666 BIO_snprintf(magstr, 10, "%lx", rp->magic); in capi_get_pkey()
669 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()
711 char magstr[10]; in capi_get_pkey() local
712 BIO_snprintf(magstr, 10, "%lx", dp->magic); in capi_get_pkey()
715 ERR_add_error_data(2, "magic=0x", magstr); in capi_get_pkey()

123