Home
last modified time | relevance | path

Searched defs:GLSL (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/shader_version-0.6.0/src/
H A Dglsl.rs15 pub enum GLSL { enum
30 impl GLSL { implementation
51 impl PickShader for GLSL { implementation
68 impl FromStr for GLSL { implementation
/dports/games/retroarch/RetroArch-1.9.7/cores/libretro-ffmpeg/gl_shaders/
H A Dshaders_common.h6 #define GLSL(src) "precision mediump float;\n" #src macro
10 #define GLSL(src) "" #src macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/d3d_shaders/
H A Dshaders_common.h6 #define GLSL(src) "precision mediump float;\n" #src macro
10 #define GLSL(src) "" #src macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/gl_shaders/
H A Dshaders_common.h6 #define GLSL(src) "#extension GL_OES_standard_derivatives : enable\n" \ macro
28 #define GLSL(src) "" #src macro
/dports/games/astromenace/astromenace-1.4.1/src/core/graphics/
H A Dgl_glsl.cpp187 int vw_FindShaderUniformLocation(std::weak_ptr<cGLSL> &GLSL, const std::string &UniformName) in vw_FindShaderUniformLocation()
312 bool vw_LinkShaderProgram(std::weak_ptr<cGLSL> &GLSL) in vw_LinkShaderProgram()
350 bool vw_UseShaderProgram(std::weak_ptr<cGLSL> &GLSL) in vw_UseShaderProgram()
373 GLint vw_GetUniformLocation(std::weak_ptr<cGLSL> &GLSL, const std::string &Name) in vw_GetUniformLocation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webgpu-cts/src/src/tools/
H A Dglsl.macro.ts6 export default function GLSL(stage: ShaderStage, source: string): Uint32Array { function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLexer( var
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLexer( var
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLexer( var
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLexer( var
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLexer( var
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/tools/sva/tools/
H A Dprocess_grammar.rb20 GLSL = "../../external/spirv-headers/include/spirv/unified1/extinst.glsl.std.450.grammar.json" constant
/dports/devel/intel-graphics-compiler/SPIRV-Tools/tools/sva/tools/
H A Dprocess_grammar.rb20 GLSL = "../../external/spirv-headers/include/spirv/unified1/extinst.glsl.std.450.grammar.json" constant
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLazyLexer( var
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLazyLexer( var
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLazyLexer( var
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLazyLexer( var
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/tools/sva/tools/
H A Dprocess_grammar.rb20 GLSL = "../../external/spirv-headers/include/spirv/unified1/extinst.glsl.std.450.grammar.json" constant
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLazyLexer( var
/dports/devel/chroma/chroma-0.9.2/lexers/g/
H A Dglsl.go9 var GLSL = internal.Register(MustNewLazyLexer( var
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/tools/sva/tools/
H A Dprocess_grammar.rb20 GLSL = "../../external/spirv-headers/include/spirv/unified1/extinst.glsl.std.450.grammar.json" constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/tools/sva/tools/
H A Dprocess_grammar.rb20 GLSL = "../../external/spirv-headers/include/spirv/unified1/extinst.glsl.std.450.grammar.json" constant
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/rsx/shaders_gl/
H A Dshaders_common.h4 #define GLSL(src) "#version 330 core\n" #src macro
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/rsx/shaders_gl/
H A Dshaders_common.h4 #define GLSL(src) "#version 330 core\n" #src macro
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/demo/
H A DChipmunkDemoShaderSupport.h31 #define GLSL(x) #x macro

12345678910