Home
last modified time | relevance | path

Searched refs:PFNGLSAMPLEMAPATIPROC (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLATIFSInit.cpp26 PFNGLSAMPLEMAPATIPROC glSampleMapATI_ptr=NULL;
63 …glSampleMapATI_ptr = (PFNGLSAMPLEMAPATIPROC) glSupport.getProcAddress("glSampleMapATI"… in InitATIFragmentShaderExtensions()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLATIFSInit.h29 extern PFNGLSAMPLEMAPATIPROC glSampleMapATI_ptr;
/dports/games/tenebrae/tenebrae_0/
H A Dgl_bumpradeon.c43 PFNGLSAMPLEMAPATIPROC qglSampleMapATI = NULL;
268 SAFE_GET_PROC( qglSampleMapATI, PFNGLSAMPLEMAPATIPROC, "glSampleMapATI"); in GL_CreateShadersRadeon()
H A DglATI.h680 typedef GLvoid (APIENTRY *PFNGLSAMPLEMAPATIPROC)(GLuint dst, GLuint interp, GLenum swizzle); typedef
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dglad.h3371 typedef void (APIENTRYP PFNGLSAMPLEMAPATIPROC)(GLuint dst, GLuint interp, GLenum swizzle); typedef
3372 GLAPI PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
4393 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
5182 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/devel/raylib/raylib-3.7.0/examples/others/external/include/
H A Dglad.h3363 typedef void (APIENTRYP PFNGLSAMPLEMAPATIPROC)(GLuint dst, GLuint interp, GLenum swizzle); typedef
3364 GLAPI PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
4385 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
5174 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/games/cake/cake_src/cake/glsetup/
H A Dgl_ATI_ext.h870 typedef GLvoid (APIENTRY *PFNGLSAMPLEMAPATIPROC)(GLuint dst, GLuint interp, GLenum swizzle); typedef
H A DglATI.h870 typedef GLvoid (APIENTRY *PFNGLSAMPLEMAPATIPROC)(GLuint dst, GLuint interp, GLenum swizzle); typedef
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_opengl_h.ads7351 type PFNGLSAMPLEMAPATIPROC is access procedure type
7355 pragma Convention (C, PFNGLSAMPLEMAPATIPROC); -- ../include/SDL/SDL_opengl.h:5861
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/glad/src/
H A Dglad.c2288 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
5351 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/glad/
H A Dglad.c2063 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
5223 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dglad.c2881 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
6369 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dglad.c2881 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
6369 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A Dglew.c752 PFNGLSAMPLEMAPATIPROC __glewSampleMapATI = NULL;
2854 …r = ((glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)glewGetProcAddress((const GLubyte*)"glSampleMapATI")… in _glewInit_GL_ATI_fragment_shader()
H A Dglew.h3780 typedef void (GLAPIENTRY * PFNGLSAMPLEMAPATIPROC) (GLuint dst, GLuint interp, GLenum swizzle); typedef
9621 GLEW_FUN_EXPORT PFNGLSAMPLEMAPATIPROC __glewSampleMapATI;
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/src/
H A Dglew.c747 PFNGLSAMPLEMAPATIPROC __glewSampleMapATI = NULL;
2829 …r = ((glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)glewGetProcAddress((const GLubyte*)"glSampleMapATI")… in _glewInit_GL_ATI_fragment_shader()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/glad/src/
H A Dglad.c2985 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI = NULL;
6833 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.h6949 typedef void (APIENTRYP PFNGLSAMPLEMAPATIPROC) (GLuint dst, GLuint interp, GLenum swizzle); typedef
6963 GLEE_EXTERN PFNGLSAMPLEMAPATIPROC pglSampleMapATI;
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/include/GL/
H A Dglew.h3738 typedef void (GLAPIENTRY * PFNGLSAMPLEMAPATIPROC) (GLuint dst, GLuint interp, GLenum swizzle); typedef
9561 GLEW_FUN_EXPORT PFNGLSAMPLEMAPATIPROC __glewSampleMapATI;
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/DXTCompressor/External/include/GL/
H A Dglew.h3780 typedef void (GLAPIENTRY * PFNGLSAMPLEMAPATIPROC) (GLuint dst, GLuint interp, GLenum swizzle); typedef
9621 GLEW_FUN_EXPORT PFNGLSAMPLEMAPATIPROC __glewSampleMapATI;
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/glew/
H A Dglew.c856 PFNGLSAMPLEMAPATIPROC __glewSampleMapATI = NULL;
3398 …r = ((glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)glewGetProcAddress((const GLubyte*)"glSampleMapATI")… in _glewInit_GL_ATI_fragment_shader()
/dports/cad/openctm/OpenCTM-1.0.3/tools/glew/
H A Dglew.c852 PFNGLSAMPLEMAPATIPROC __glewSampleMapATI = NULL;
3394 …r = ((glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)glewGetProcAddress((const GLubyte*)"glSampleMapATI")… in _glewInit_GL_ATI_fragment_shader()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glad/src/
H A Dglad.c3086 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI;
7114 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/glad/src/
H A Dglad.c3370 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI = NULL;
7068 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()
/dports/emulators/citra/citra-ac98458e0/externals/glad/src/
H A Dglad.c3370 PFNGLSAMPLEMAPATIPROC glad_glSampleMapATI = NULL;
7068 glad_glSampleMapATI = (PFNGLSAMPLEMAPATIPROC)load("glSampleMapATI"); in load_GL_ATI_fragment_shader()

12345678910>>...15