Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_ASTC_4x4_KHR (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_compressed_texture_astc.cc14 {GL_COMPRESSED_RGBA_ASTC_4x4_KHR, 4, 4},
39 GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR - GL_COMPRESSED_RGBA_ASTC_4x4_KHR; in WebGLCompressedTextureASTC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_compressed_texture_astc.cc14 {GL_COMPRESSED_RGBA_ASTC_4x4_KHR, 4, 4},
39 GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR - GL_COMPRESSED_RGBA_ASTC_4x4_KHR; in WebGLCompressedTextureASTC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgl_utils.cc400 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in GetCompressedTexSizeInBytes()
430 ? static_cast<int>(format - GL_COMPRESSED_RGBA_ASTC_4x4_KHR) in GetCompressedTexSizeInBytes()
631 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in ValidateCompressedTexSubDimensions()
661 ? static_cast<int>(format - GL_COMPRESSED_RGBA_ASTC_4x4_KHR) in ValidateCompressedTexSubDimensions()
789 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in ValidateCompressedTexDimensions()
1239 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in IsASTCFormat()
1289 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in IsCompressedTextureFormat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgl_utils.cc402 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in GetCompressedTexSizeInBytes()
432 ? static_cast<int>(format - GL_COMPRESSED_RGBA_ASTC_4x4_KHR) in GetCompressedTexSizeInBytes()
633 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in ValidateCompressedTexSubDimensions()
663 ? static_cast<int>(format - GL_COMPRESSED_RGBA_ASTC_4x4_KHR) in ValidateCompressedTexSubDimensions()
786 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in ValidateCompressedTexDimensions()
1225 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in IsASTCFormat()
1275 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in IsCompressedTextureFormat()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengles/
H A DKHR_texture_compression_astc_ldr.java41 int GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0, field
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DKHR_texture_compression_astc_ldr.java41 int GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0, field
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/khr_texture_compression_astc/
H A Dcommon.h37 {GL_COMPRESSED_RGBA_ASTC_4x4_KHR , 4, 4, 16},
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_KHR_texture_compression_astc_ldr4 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_KHR_texture_compression_astc_hdr5 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
H A DGL_KHR_texture_compression_astc_ldr5 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_KHR_texture_compression_astc_ldr4 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgopengltokens_p.h653 #ifndef GL_COMPRESSED_RGBA_ASTC_4x4_KHR
654 #define GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0 macro
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/KHR/
H A Dtexture_compression_astc_ldr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
H A Dtexture_compression_astc_hdr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLES2/KHR/
H A Dtexture_compression_astc_ldr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
H A Dtexture_compression_astc_hdr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/KHR/
H A Dtexture_compression_astc_ldr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
H A Dtexture_compression_astc_hdr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/KHR/
H A Dtexture_compression_astc_hdr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
H A Dtexture_compression_astc_ldr.py20 GL_COMPRESSED_RGBA_ASTC_4x4_KHR=_C('GL_COMPRESSED_RGBA_ASTC_4x4_KHR',0x93B0) variable
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dtexcompress.c407 formats[n++] = GL_COMPRESSED_RGBA_ASTC_4x4_KHR; in _mesa_get_compressed_formats()
566 case GL_COMPRESSED_RGBA_ASTC_4x4_KHR: in _mesa_glenum_to_compressed_format()
762 return GL_COMPRESSED_RGBA_ASTC_4x4_KHR; in _mesa_compressed_format_to_glenum()
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_OES_texture_compression_astc5 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
H A DGL_KHR_texture_compression_astc_ldr5 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
H A DGL_KHR_texture_compression_astc_hdr5 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_KHR_texture_compression_astc_ldr5 GL_COMPRESSED_RGBA_ASTC_4x4_KHR 0x93B0

12345678910>>...23