Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DCubeMapHandler.cpp57 …CreateSpecularFace(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, specTexSize, float3(-1, 1, 1), float3( 2,… in Init()
73 …glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, 0, GL_RGBA8, reflTexSize, reflTexSize, 0, GL_RGBA… in Init()
89 …glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, 0, GL_RGBA8, reflTexSize, reflTexSize, 0, GL_RGBA… in Init()
159 CreateReflectionFace(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, FwdVector, false); in UpdateReflectionTexture()
163 CreateReflectionFace(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, FwdVector, true); in UpdateReflectionTexture()
246 …UpdateSpecularFace(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, specTexSize, float3(-1, 1, 1), float3( 2,… in UpdateSpecularTexture()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_texture_cube_map.java43 int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = 0x8519; field
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_cube_map12 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_texture_cube_map13 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_cube_map12 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DGL_ARB_texture_cube_map11 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_cube_map13 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_cube_map13 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519
/dports/games/criticalmass/CriticalMass-1.5/utilsgl/
H A DGLTextureCubeMap.hpp30 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519 macro
H A DGLTextureCubeMap.cpp26 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB,
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dtexture_cube_map.py25 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB=_C('GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB',0x8519) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dtexture_cube_map.py25 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB=_C('GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB',0x8519) variable
/dports/games/foobillard/foobillard-3.0a/src/
H A Doptions.h199 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB GL_TEXTURE_CUBE_MAP_POSITIVE_Z macro
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_seamless_cube_map/
H A Darb_seamless_cubemap.c48 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB,
H A Dthree-faces-average.c94 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB,
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dtexdemo1.c226 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, in InitCheckers()
317 LoadFace(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, "front.rgb", GL_TRUE, GL_FALSE); in LoadEnvmaps()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/glsl/
H A Dtexdemo1.c226 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, in InitCheckers()
317 LoadFace(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, "front.rgb", GL_TRUE, GL_FALSE); in LoadEnvmaps()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/amd_seamless_cubemap_per_texture/
H A Damd_seamless_cubemap_per_texture.c48 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB,
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dcubemap.c436 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, in init_checkers()
534 load(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, "front.rgb", GL_TRUE, GL_FALSE); in load_envmaps()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dcubemap.c436 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, in init_checkers()
534 load(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, "front.rgb", GL_TRUE, GL_FALSE); in load_envmaps()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/decorate_background/
H A Dcubemap.cpp271 targets[5]=GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB; in LoadExt()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A DwavyNormalCubeMaps.cpp116 gluBuild2DMipmaps(GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB, 3, texSize, texSize, in wavyNormalCubeMaps()
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/GL/
H A Dextensions.h158 # define GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519 macro
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dgl_rmain.c622 GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB,
/dports/games/egl/egl-0.3.1_9/renderer/
H A Dr_local.h316 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x8519 macro

12345678910>>...15