Home
last modified time | relevance | path

Searched refs:IndexxOES (Results 1 – 22 of 22) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/glsym/
H A Dglsym_gl.c996 SYM(IndexxOES),
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/glsym/
H A Dglsym_gl.c996 SYM(IndexxOES),
/dports/games/libretro-vecx/libretro-vecx-9af0702/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/glsym/
H A Dglsym_gl.c1455 SYM(IndexxOES),
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/include/allegrogl/GLext/
H A Dgl_ext_api.h1655 AGL_API(void, IndexxOES, (GLfixed))
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/opengl/GLext/
H A Dgl_ext_api.h1947 AGL_API(void, IndexxOES, (GLfixed))
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/slb/
H A Dosmesa.h3134 /* 1931 */ void APIENTRY (*IndexxOES)(GLfixed component); member
8000 #define glIndexxOES (gl.IndexxOES)
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/ldg/
H A Dosmesa.h3140 /* 1931 */ void APIENTRY (*IndexxOES)(GLfixed component); member
8002 #define glIndexxOES (gl.IndexxOES)
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/
H A Dosmesa_load.c3798 glp->IndexxOES = (void APIENTRY (*)(GLfixed component)) ldg_find("glIndexxOES", lib); in ldg_init_osmesa()
3799 GL_CHECK(glp->IndexxOES); in ldg_init_osmesa()
H A Dglfuncs-bynum.h1960 /* 1932 */ GL_PROC(void, gl, IndexxOES, glIndexxOES, INDEXXOES, (AND GLfixed component), (component…
H A Dglfuncs.h7217 GL_PROC(void, gl, IndexxOES, glIndexxOES, INDEXXOES, (AND GLfixed component), (component), &compone…
7218 GL_PROCM(void, gl, IndexxOES, glIndexxOES, INDEXXOES, (AND GLfixed component), (component), &compon…
H A Dosmesa_loadslb.c26619 glp->IndexxOES = exec_glIndexxOES; in slb_init_osmesa()