Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_BPTC_UNORM_ARB (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/games/manaplus/manaplus-2.1.3.17/src/render/opengl/
H A Dmgldefines.h131 #ifndef GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
132 #define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C macro
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/external/gli/gtx/
H A Dgl_texture2d.inl36 # ifndef GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
37 # define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C macro
142 …{GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, GL_COMPRESSED_SRGB_ALPH…
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/external/gli/gtx/
H A Dgl_texture2d.inl36 # ifndef GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
37 # define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C macro
142 …{GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, GL_COMPRESSED_SRGB_ALPH…
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A DARB_texture_compression_bptc.h26 #define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C macro
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_compression_bptc4 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_texture_compression_bptc5 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_compression_bptc4 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_compression_bptc5 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_compression_bptc5 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_texture_compression_bptc.java47 int GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C; field
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusPixelFormat.cpp178 return GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in getGLOriginFormat()
461 return GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in getGLInternalFormat()
638 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB: in getClosestOGREFormat()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dtexture_compression_bptc.py14 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB=_C('GL_COMPRESSED_RGBA_BPTC_UNORM_ARB',0x8E8C) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dtexture_compression_bptc.py14 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB=_C('GL_COMPRESSED_RGBA_BPTC_UNORM_ARB',0x8E8C) variable
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusPixelFormat.cpp149 {GL_NONE, GL_NONE, GL_COMPRESSED_RGBA_BPTC_UNORM_ARB}, // PF_BC7_UNORM
214 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB: in getGLInternalFormat()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_internalformat_query2/
H A Dsamples-pnames.c71 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB,
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_internalformat_query/
H A Dapi-errors.c103 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB,
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_compression/
H A Dinvalid-formats.c85 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB,
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dbptc-modes.c561 GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, in make_tex()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dgraphicsmanager.cpp802 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB:
806 useCompression(GL_COMPRESSED_RGBA_BPTC_UNORM_ARB)
826 useCompression(GL_COMPRESSED_RGBA_BPTC_UNORM_ARB)
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_image_dds.c376 *picFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in R_LoadDDS()
H A Dtr_image.c215 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB: in R_ImageList_f()
1735 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1762 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1810 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1847 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1986 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB: in CalculateMipSize()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_image_dds.c376 *picFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in R_LoadDDS()
H A Dtr_image.c215 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB: in R_ImageList_f()
1730 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1757 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1805 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1842 internalFormat = GL_COMPRESSED_RGBA_BPTC_UNORM_ARB; in RawImage_GetFormat()
1981 case GL_COMPRESSED_RGBA_BPTC_UNORM_ARB: in CalculateMipSize()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Drenderer_gl.h543 #ifndef GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
544 # define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C macro
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Drenderer_gl.h543 #ifndef GL_COMPRESSED_RGBA_BPTC_UNORM_ARB
544 # define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C macro

12345678910>>...13