Home
last modified time | relevance | path

Searched refs:hasext (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dwebgl2_simple_enable_extensions.c22 int hasext(const char *exts, const char *ext) // from cube2, zlib licensed in hasext() function
46 if (hasext(exts, "ANGLE_instanced_arrays")) in main()
49 if (hasext(exts, "OES_vertex_array_object")) in main()
52 if (hasext(exts, "WEBGL_draw_buffers")) in main()
55 if (hasext(exts, "WEBGL_draw_instanced_base_vertex_base_instance")) in main()
58 if (hasext(exts, "WEBGL_multi_draw")) in main()
62 …assert(hasext(exts, "ANGLE_instanced_arrays") == emscripten_webgl_enable_extension(context, "ANGLE… in main()
63 …assert(hasext(exts, "OES_vertex_array_object") == emscripten_webgl_enable_extension(context, "OES_… in main()
64 …assert(hasext(exts, "WEBGL_draw_buffers") == emscripten_webgl_enable_extension(context, "WEBGL_dra… in main()
65 …assert(hasext(exts, "WEBGL_draw_instanced_base_vertex_base_instance") == emscripten_webgl_enable_e… in main()
[all …]
H A Ds3tc.c34 int hasext(const char *exts, const char *ext) // from cube2, zlib licensed in hasext() function
65 assert(hasext(exts, "GL_ARB_texture_compression")); in main()
66 assert(hasext(exts, "GL_EXT_texture_compression_s3tc")); in main()
H A Ds3tc_crunch.c34 int hasext(const char *exts, const char *ext) // from cube2, zlib licensed in hasext() function
65 assert(hasext(exts, "GL_ARB_texture_compression")); in main()
66 assert(hasext(exts, "GL_EXT_texture_compression_s3tc")); in main()
H A Daniso.c36 int hasext(const char *exts, const char *ext) // from cube2, zlib licensed in hasext() function
67 assert(hasext(exts, "GL_EXT_texture_filter_anisotropic")); in main()
/dports/devel/hs-git-annex/git-annex-8.20210903/Backend/
H A DExternal.hs36 makeBackend bname hasext =
60 { backendVariety = ExternalKey bname hasext
76 makeBackend' ebname hasext (Left _) = return $ unavailBackend ebname hasext
93 withExternalState ebname hasext $ \st ->
109 withExternalState ebname hasext $ \st ->
213 newExternalState ebname hasext pid = do
231 backend <- makeBackend' ebname hasext st'
248 withExternalState bname hasext a = do
260 newExternalState bname hasext pid
281 addE source (setHasExt hasext) k
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drendergl.cpp334 bool hasext(const char *ext) in hasext() function
557 …if(glversion >= 210 || hasext("GL_ARB_pixel_buffer_object") || hasext("GL_EXT_pixel_buffer_object"… in gl_checkextensions()
602 if(hasext("GL_EXT_gpu_shader4")) in gl_checkextensions()
633 if(hasext("GL_ARB_texture_rg")) in gl_checkextensions()
638 if(hasext("GL_ARB_texture_compression_rgtc") || hasext("GL_EXT_texture_compression_rgtc")) in gl_checkextensions()
694 if(hasext("GL_NV_half_float")) in gl_checkextensions()
770 if(hasext("GL_EXT_packed_depth_stencil") || hasext("GL_NV_packed_depth_stencil")) in gl_checkextensions()
830 if(hasext("GL_EXT_timer_query")) in gl_checkextensions()
855 …else if(hasext("GL_EXT_texture_compression_dxt1") && hasext("GL_ANGLE_texture_compression_dxt3") &… in gl_checkextensions()
905 if(hasext("GL_ARB_texture_swizzle") || hasext("GL_EXT_texture_swizzle")) in gl_checkextensions()
[all …]
/dports/games/tesseract-data/tesseract/src/engine/
H A Drendergl.cpp352 bool hasext(const char *ext) in hasext() function
654 if(hasext("GL_ARB_texture_rg")) in gl_checkextensions()
659 if(hasext("GL_ARB_texture_compression_rgtc") || hasext("GL_EXT_texture_compression_rgtc")) in gl_checkextensions()
715 if(hasext("GL_NV_half_float")) in gl_checkextensions()
790 if(hasext("GL_EXT_packed_depth_stencil") || hasext("GL_NV_packed_depth_stencil")) in gl_checkextensions()
865 if(hasext("GL_EXT_timer_query") || hasext("GL_ARB_timer_query")) in gl_checkextensions()
892 …else if(hasext("GL_EXT_texture_compression_dxt1") && hasext("GL_ANGLE_texture_compression_dxt3") &… in gl_checkextensions()
942 if(hasext("GL_ARB_texture_swizzle") || hasext("GL_EXT_texture_swizzle")) in gl_checkextensions()
1014 if(hasext("GL_ARB_debug_output")) in gl_checkextensions()
1025 if(hasext("GL_ARB_copy_image")) in gl_checkextensions()
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Drendergl.cpp352 bool hasext(const char *ext) in hasext() function
654 if(hasext("GL_ARB_texture_rg")) in gl_checkextensions()
659 if(hasext("GL_ARB_texture_compression_rgtc") || hasext("GL_EXT_texture_compression_rgtc")) in gl_checkextensions()
715 if(hasext("GL_NV_half_float")) in gl_checkextensions()
790 if(hasext("GL_EXT_packed_depth_stencil") || hasext("GL_NV_packed_depth_stencil")) in gl_checkextensions()
865 if(hasext("GL_EXT_timer_query") || hasext("GL_ARB_timer_query")) in gl_checkextensions()
892 …else if(hasext("GL_EXT_texture_compression_dxt1") && hasext("GL_ANGLE_texture_compression_dxt3") &… in gl_checkextensions()
942 if(hasext("GL_ARB_texture_swizzle") || hasext("GL_EXT_texture_swizzle")) in gl_checkextensions()
1014 if(hasext("GL_ARB_debug_output")) in gl_checkextensions()
1025 if(hasext("GL_ARB_copy_image")) in gl_checkextensions()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Drendergl.cpp217 bool hasext(const char *ext) in hasext() function
393 if(glversion >= 300 || hasext("GL_ARB_texture_float") || hasext("GL_ATI_texture_float")) in gl_checkextensions()
424 else if(hasext("GL_EXT_framebuffer_object")) in gl_checkextensions()
440 if(hasext("GL_EXT_framebuffer_blit")) in gl_checkextensions()
447 if(hasext("GL_EXT_packed_depth_stencil") || hasext("GL_NV_packed_depth_stencil")) in gl_checkextensions()
528 if(glversion >= 330 || hasext("GL_ARB_texture_swizzle") || hasext("GL_EXT_texture_swizzle")) in gl_checkextensions()
534 if(hasext("GL_EXT_texture_compression_s3tc")) in gl_checkextensions()
544 …else if(hasext("GL_EXT_texture_compression_dxt1") && hasext("GL_ANGLE_texture_compression_dxt3") &… in gl_checkextensions()
555 if(hasext("GL_EXT_texture_compression_latc")) in gl_checkextensions()
560 …if(glversion >= 300 || hasext("GL_ARB_texture_compression_rgtc") || hasext("GL_EXT_texture_compres… in gl_checkextensions()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Drendergl.cpp216 bool hasext(const char *ext) in hasext() function
384 if(glversion >= 300 || hasext("GL_ARB_texture_float") || hasext("GL_ATI_texture_float")) in gl_checkextensions()
416 else if(hasext("GL_EXT_framebuffer_object")) in gl_checkextensions()
432 if(hasext("GL_EXT_framebuffer_blit")) in gl_checkextensions()
439 if(hasext("GL_EXT_packed_depth_stencil") || hasext("GL_NV_packed_depth_stencil")) in gl_checkextensions()
524 if(glversion >= 330 || hasext("GL_ARB_texture_swizzle") || hasext("GL_EXT_texture_swizzle")) in gl_checkextensions()
530 if(hasext("GL_EXT_texture_compression_s3tc")) in gl_checkextensions()
540 …else if(hasext("GL_EXT_texture_compression_dxt1") && hasext("GL_ANGLE_texture_compression_dxt3") &… in gl_checkextensions()
551 if(hasext("GL_EXT_texture_compression_latc")) in gl_checkextensions()
556 …if(glversion >= 300 || hasext("GL_ARB_texture_compression_rgtc") || hasext("GL_EXT_texture_compres… in gl_checkextensions()
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Drendergl.cpp33 bool hasext(const char *exts, const char *ext) in hasext() function
46 intret(hasext(exts, ext) ? 1 : 0); in glext()
61 …if(hasext(exts, "GL_EXT_texture_env_combine") || hasext(exts, "GL_ARB_texture_env_combine")) hasTE… in gl_checkextensions()
64 if(hasext(exts, "GL_ARB_multitexture")) in gl_checkextensions()
73 if(hasext(exts, "GL_EXT_multi_draw_arrays")) in gl_checkextensions()
82 if(hasext(exts, "GL_EXT_draw_range_elements")) in gl_checkextensions()
88 if(hasext(exts, "GL_EXT_stencil_two_side")) in gl_checkextensions()
94 if(hasext(exts, "GL_ATI_separate_stencil")) in gl_checkextensions()
101 if(hasext(exts, "GL_EXT_stencil_wrap")) hasSTW = true; in gl_checkextensions()
103 if(hasext(exts, "GL_EXT_texture_filter_anisotropic")) in gl_checkextensions()
[all …]
/dports/math/gretl/gretl-2021d/addons/extra/
H A Dextra_string.inp107 hasext = 0
109 hasext = 1
112 if hasext && hasslash # the full monty
118 elif hasext # only base file name and ext, no prefix
/dports/devel/love/love-11.3/src/modules/audio/openal/
H A DPool.cpp56 ALboolean hasext = alIsExtensionPresent("AL_SOFT_direct_channels"); in Pool() local
63 if (hasext) in Pool()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/tools/
H A Dkwbimage.c372 int *hasext) in image_headersz_v1() argument
419 if (hasext) in image_headersz_v1()
420 *hasext = 1; in image_headersz_v1()
449 int hasext = 0; in image_create_v1() local
456 headersz = image_headersz_v1(params, &hasext); in image_create_v1()
478 main_hdr->ext = hasext; in image_create_v1()
/dports/devel/cc65/cc65-2.19/libsrc/atari/
H A Dposixdirent.s111 bne @hasext
118 @hasext: jsr copychar
/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DBackend.hs107 maybeLookupBackendVariety (ExternalKey s hasext) =
108 Just <$> Backend.External.makeBackend s hasext
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/
H A Dkwbimage.c941 static size_t image_headersz_v1(int *hasext) in image_headersz_v1() argument
989 if (hasext) in image_headersz_v1()
990 *hasext = 1; in image_headersz_v1()
996 if (hasext) in image_headersz_v1()
997 *hasext = 1; in image_headersz_v1()
1226 int hasext = 0; in image_create_v1() local
1233 headersz = image_headersz_v1(&hasext); in image_create_v1()
1259 main_hdr->ext = hasext; in image_create_v1()

12345