Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGB_ARB (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_compression8 GL_COMPRESSED_RGB_ARB 0x84ED
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DGL_ARB_texture_compression7 GL_COMPRESSED_RGB_ARB 0x84ED
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_compression9 GL_COMPRESSED_RGB_ARB 0x84ED
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_texture_compression9 GL_COMPRESSED_RGB_ARB 0x84ED
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_compression9 GL_COMPRESSED_RGB_ARB 0x84ED
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_compression8 GL_COMPRESSED_RGB_ARB 0x84ED
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_texture_compression.java46 int GL_COMPRESSED_RGB_ARB = 0x84ED; field
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dtexture_compression.py19 GL_COMPRESSED_RGB_ARB=_C('GL_COMPRESSED_RGB_ARB',0x84ED) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dtexture_compression.py19 GL_COMPRESSED_RGB_ARB=_C('GL_COMPRESSED_RGB_ARB',0x84ED) variable
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DTexture.cpp419 else if (strcmp(str,"GL_COMPRESSED_RGB_ARB")==0) value = GL_COMPRESSED_RGB_ARB;
457 case(GL_COMPRESSED_RGB_ARB): return "GL_COMPRESSED_RGB_ARB";
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DTexture.cpp419 else if (strcmp(str,"GL_COMPRESSED_RGB_ARB")==0) value = GL_COMPRESSED_RGB_ARB; in Texture_matchInternalFormatStr()
457 case(GL_COMPRESSED_RGB_ARB): return "GL_COMPRESSED_RGB_ARB"; in Texture_getInternalFormatStr()
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrtexture.cpp308 textureTargetFormat = GL_COMPRESSED_RGB_ARB; in grMakeMipMaps()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_textures.c53 …alette_compress = {TEXTYPE_PALETTE, 1, 4, 0.5f, GL_BGRA , GL_COMPRESSED_RGB_ARB, GL_UNSIGN…
57 …gba_compress = {TEXTYPE_RGBA , 4, 4, 0.5f, GL_RGBA , GL_COMPRESSED_RGB_ARB, GL_UNSIGN…
61 …gra_compress = {TEXTYPE_BGRA , 4, 4, 0.5f, GL_BGRA , GL_COMPRESSED_RGB_ARB, GL_UNSIGN…
H A Dglquake.h918 #ifndef GL_COMPRESSED_RGB_ARB
923 #define GL_COMPRESSED_RGB_ARB 0x84ED macro
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/system/
H A Dgl.h258 #ifndef GL_COMPRESSED_RGB_ARB
259 #define GL_COMPRESSED_RGB_ARB 0x84ED macro
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture.cpp313 case(GL_COMPRESSED_RGB_ARB): numBitsPerTexel = 8; break; in computeSize()
1471 case(3): internalFormat = GL_COMPRESSED_RGB_ARB; break; in computeInternalFormatWithImage()
1473 case(GL_RGB): internalFormat = GL_COMPRESSED_RGB_ARB; break; in computeInternalFormatWithImage()
1792 case(GL_COMPRESSED_RGB_ARB): in isCompressedInternalFormat()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture.cpp306 case(GL_COMPRESSED_RGB_ARB): numBitsPerTexel = 8; break; in computeSize()
1502 case(3): internalFormat = GL_COMPRESSED_RGB_ARB; break; in computeInternalFormatWithImage()
1504 case(GL_RGB): internalFormat = GL_COMPRESSED_RGB_ARB; break; in computeInternalFormatWithImage()
1801 case(GL_COMPRESSED_RGB_ARB): in isCompressedInternalFormat()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dtexformat.c247 case GL_COMPRESSED_RGB_ARB: in _mesa_choose_tex_format()

12345678910>>...15