Home
last modified time | relevance | path

Searched refs:framebuffer_texture_with_dims (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dfbobject.c3763 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3823 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3842 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3852 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
3874 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4046 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4056 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4067 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dfbobject.c4041 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
4101 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
4120 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
4130 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4152 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4324 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4334 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4345 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dfbobject.c3907 framebuffer_texture_with_dims(int dims, GLenum target, GLuint framebuffer, in framebuffer_texture_with_dims() function
3967 framebuffer_texture_with_dims(1, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture1D()
3986 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2D()
3996 framebuffer_texture_with_dims(2, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture2DMultisampleEXT()
4018 framebuffer_texture_with_dims(3, target, 0, attachment, textarget, texture, in _mesa_FramebufferTexture3D()
4190 framebuffer_texture_with_dims(1, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture1DEXT()
4200 framebuffer_texture_with_dims(2, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture2DEXT()
4211 framebuffer_texture_with_dims(3, GL_FRAMEBUFFER, framebuffer, attachment, in _mesa_NamedFramebufferTexture3DEXT()