Home
last modified time | relevance | path

Searched refs:glBindSampler (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_sampler_objects/
H A Dsrgb-decode.c116 glBindSampler(0, sampler); in piglit_display()
127 glBindSampler(0, sampler2); in piglit_display()
130 glBindSampler(0, sampler); in piglit_display()
H A Dsampler-incomplete.c97 glBindSampler(0, samplers[0]); in setup()
105 glBindSampler(1, samplers[1]); in setup()
H A Dsampler-objects.c68 glBindSampler(i, samplers[i]); in test_objects()
194 glBindSampler(0, samplers[i]); in test_samplers()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DSamplerCache.cpp41 glBindSampler(stage, m_point_sampler); in BindNearestSampler()
46 glBindSampler(stage, m_linear_sampler); in BindLinearSampler()
65 glBindSampler(stage, it->second); in SetSamplerState()
/dports/lang/clover/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp158 …if (glBindSampler) glBindSampler(0, 0); // We use combined texture/sampler state. Applications usi… in ImGui_ImplOpenGL3_RenderDrawData()
215 if (glBindSampler) glBindSampler(0, last_sampler); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/opengl/task/
H A Dtasksurfaceresamplegl.cpp105 glBindSampler(0, env().samplers.get_interpolation(interpolation)); in run()
133 glBindSampler(0, 0); in run()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/opengl/task/
H A Dtasksurfaceresamplegl.cpp105 glBindSampler(0, env().samplers.get_interpolation(interpolation)); in run()
133 glBindSampler(0, 0); in run()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/opengl/task/
H A Dtasksurfaceresamplegl.cpp105 glBindSampler(0, env().samplers.get_interpolation(interpolation)); in run()
133 glBindSampler(0, 0); in run()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/sp/
H A Dsp_shader.cpp204 glBindSampler(std::get<0>(p), getSampler(std::get<2>(p))); in bindPrefilledTextures()
210 glBindSampler(std::get<0>(p), getSampler(std::get<2>(p))); in bindPrefilledTextures()
225 glBindSampler(p.second, getSampler(ST_TRILINEAR)); in bindTextures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DSRGBTextureTest.cpp387 glBindSampler(0, sampler.get()); in TEST_P()
456 glBindSampler(0, sampler.get()); in TEST_P()
489 glBindSampler(0, sampler.get()); in TEST_P()
523 glBindSampler(0, sampler.get()); in TEST_P()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_ArbSamplerObject.hxx26 using OpenGl_GlFunctions::glBindSampler;
H A DOpenGl_GlCore33.hxx39 using theBaseClass_t::glBindSampler;
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_ArbSamplerObject.hxx26 using OpenGl_GlFunctions::glBindSampler;
H A DOpenGl_GlCore33.hxx39 using theBaseClass_t::glBindSampler;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_ArbSamplerObject.hxx26 using OpenGl_GlFunctions::glBindSampler;

12345678910>>...48