Home
last modified time | relevance | path

Searched defs:fixedsamplelocations (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_texture_storage_multisample.java49 boolean fixedsamplelocations); in glTexStorage2DMultisample()
58 boolean fixedsamplelocations); in glTexStorage3DMultisample()
67 boolean fixedsamplelocations); in glTextureStorage2DMultisampleEXT()
77 boolean fixedsamplelocations); in glTextureStorage3DMultisampleEXT()
H A DARB_texture_multisample.java105 boolean fixedsamplelocations); in glTexImage2DMultisample()
110 boolean fixedsamplelocations); in glTexImage3DMultisample()
H A DGL32.java191 boolean fixedsamplelocations); in glTexImage2DMultisample()
195 boolean fixedsamplelocations); in glTexImage3DMultisample()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dtexture_storage_multisample.py17 def glTexStorage2DMultisample(target,samples,internalformat,width,height,fixedsamplelocations):pass argument
20 def glTexStorage3DMultisample(target,samples,internalformat,width,height,depth,fixedsamplelocations argument
H A Dtexture_multisample.py43 def glTexImage2DMultisample(target,samples,internalformat,width,height,fixedsamplelocations):pass argument
46 def glTexImage3DMultisample(target,samples,internalformat,width,height,depth,fixedsamplelocations):… argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dtexture_storage_multisample.py17 def glTexStorage2DMultisample(target,samples,internalformat,width,height,fixedsamplelocations):pass argument
20 def glTexStorage3DMultisample(target,samples,internalformat,width,height,depth,fixedsamplelocations argument
H A Dtexture_multisample.py43 def glTexImage2DMultisample(target,samples,internalformat,width,height,fixedsamplelocations):pass argument
46 def glTexImage3DMultisample(target,samples,internalformat,width,height,depth,fixedsamplelocations):… argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DvalidationGL32.cpp36 GLboolean fixedsamplelocations) in ValidateTexImage2DMultisample()
48 GLboolean fixedsamplelocations) in ValidateTexImage3DMultisample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DvalidationGL32.cpp36 GLboolean fixedsamplelocations) in ValidateTexImage2DMultisample()
48 GLboolean fixedsamplelocations) in ValidateTexImage3DMultisample()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DvalidationGL32.cpp36 GLboolean fixedsamplelocations) in ValidateTexImage2DMultisample()
48 GLboolean fixedsamplelocations) in ValidateTexImage3DMultisample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp121 const glw::GLboolean fixedsamplelocations = GL_FALSE; in iterate() local
477 const glw::GLboolean fixedsamplelocations = GL_TRUE; in iterate() local
621 const glw::GLboolean fixedsamplelocations = GL_TRUE; in iterate() local
806 glw::GLboolean fixedsamplelocations = fixedsamplelocations_list[fixedsamplelocations_index]; in iterate() local
956 glw::GLboolean fixedsamplelocations = fixedsamplelocations_list[fixedsamplelocations_index]; in iterate() local
1095 glw::GLboolean fixedsamplelocations = fixedsamplelocations_list[fixedsamplelocations_index]; in iterate() local
1266 glw::GLboolean fixedsamplelocations = fixedsamplelocations_values[n_fixedsamplelocations_value]; in iterate() local
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.hpp54 glw::GLboolean fixedsamplelocations; member
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/EXT/
H A Draster_multisample.py22 def glRasterSamplesEXT(samples,fixedsamplelocations):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/EXT/
H A Draster_multisample.py22 def glRasterSamplesEXT(samples,fixedsamplelocations):pass argument
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture2DMultisample.cpp32 Texture2DMultisample::Texture2DMultisample(GLsizei numSamples, GLboolean fixedsamplelocations): in Texture2DMultisample()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture2DMultisample.cpp32 Texture2DMultisample::Texture2DMultisample(GLsizei numSamples, GLboolean fixedsamplelocations): in Texture2DMultisample()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLES2/OES/
H A Dtexture_storage_multisample_2d_array.py21 …Storage3DMultisampleOES(target,samples,internalformat,width,height,depth,fixedsamplelocations):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/OES/
H A Dtexture_storage_multisample_2d_array.py21 …Storage3DMultisampleOES(target,samples,internalformat,width,height,depth,fixedsamplelocations):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/NV/
H A Dframebuffer_mixed_samples.py39 def glRasterSamplesEXT(samples,fixedsamplelocations):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/NV/
H A Dframebuffer_mixed_samples.py39 def glRasterSamplesEXT(samples,fixedsamplelocations):pass argument
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_multisample/
H A Dfb-completeness.c48 bool fixedsamplelocations; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_gl_3_2_autogen.cpp444 GLboolean fixedsamplelocations) in TexImage2DMultisample()
476 GLboolean fixedsamplelocations) in TexImage3DMultisample()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_gl_3_2_autogen.cpp495 GLboolean fixedsamplelocations) in TexImage2DMultisample()
531 GLboolean fixedsamplelocations) in TexImage3DMultisample()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_3_2.py128 def glTexImage2DMultisample(target,samples,internalformat,width,height,fixedsamplelocations):pass argument
131 def glTexImage3DMultisample(target,samples,internalformat,width,height,depth,fixedsamplelocations):… argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_3_2.py128 def glTexImage2DMultisample(target,samples,internalformat,width,height,fixedsamplelocations):pass argument
131 def glTexImage3DMultisample(target,samples,internalformat,width,height,depth,fixedsamplelocations):… argument

12345678910>>...23