Home
last modified time | relevance | path

Searched refs:textureTarget (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dopengl.c42 static GLint textureTarget; variable
106 glEnable(textureTarget); in video_gl_init_textures()
443 glEnable(textureTarget); in video_gl_set_color_correction()
454 glEnable(textureTarget); in video_gl_set_color_correction()
465 glEnable(textureTarget); in video_gl_set_color_correction()
478 glEnable(textureTarget); in video_gl_set_color_correction()
489 glEnable(textureTarget); in video_gl_set_color_correction()
500 glDisable(textureTarget); in video_gl_set_color_correction()
509 glEnable(textureTarget); in video_gl_set_color_correction()
515 glDisable(textureTarget); in video_gl_set_color_correction()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dopengl.c42 static GLint textureTarget; variable
106 glEnable(textureTarget); in video_gl_init_textures()
448 glEnable(textureTarget); in video_gl_set_color_correction()
459 glEnable(textureTarget); in video_gl_set_color_correction()
470 glEnable(textureTarget); in video_gl_set_color_correction()
483 glEnable(textureTarget); in video_gl_set_color_correction()
494 glEnable(textureTarget); in video_gl_set_color_correction()
505 glDisable(textureTarget); in video_gl_set_color_correction()
514 glEnable(textureTarget); in video_gl_set_color_correction()
520 glDisable(textureTarget); in video_gl_set_color_correction()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dopengl.c54 static GLint textureTarget; variable
128 glEnable(textureTarget); in video_gl_init_textures()
498 glEnable(textureTarget); in video_gl_set_color_correction()
509 glEnable(textureTarget); in video_gl_set_color_correction()
520 glEnable(textureTarget); in video_gl_set_color_correction()
533 glEnable(textureTarget); in video_gl_set_color_correction()
544 glEnable(textureTarget); in video_gl_set_color_correction()
555 glDisable(textureTarget); in video_gl_set_color_correction()
564 glEnable(textureTarget); in video_gl_set_color_correction()
570 glDisable(textureTarget); in video_gl_set_color_correction()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/
H A DVaapiEGL.cpp109 glBindTexture(m_interop.textureTarget, m_textureY); in Map()
110 glTexParameteri(m_interop.textureTarget, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in Map()
117 glBindTexture(m_interop.textureTarget, m_textureVU); in Map()
124 glBindTexture(m_interop.textureTarget, 0); in Map()
179 glBindTexture(m_interop.textureTarget, m_textureY); in Map()
187 glBindTexture(m_interop.textureTarget, m_textureVU); in Map()
194 glBindTexture(m_interop.textureTarget, 0); in Map()
222 glBindTexture(m_interop.textureTarget, m_texture); in Map()
230 glBindTexture(m_interop.textureTarget, 0); in Map()
543 glBindTexture(m_interop.textureTarget, texture->glTexture); in Map()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DFrameBufferObject.cpp217 ref_ptr<Texture> textureTarget; member
233 textureTarget(copy.textureTarget), in Pimpl()
260 _ximpl->textureTarget = target; in FrameBufferAttachment()
266 _ximpl->textureTarget = target; in FrameBufferAttachment()
272 _ximpl->textureTarget = target; in FrameBufferAttachment()
278 _ximpl->textureTarget = target; in FrameBufferAttachment()
285 _ximpl->textureTarget = target; in FrameBufferAttachment()
517 if (_ximpl->textureTarget.get() < fa._ximpl->textureTarget.get()) return -1; in compare()
518 if (_ximpl->textureTarget.get() > fa._ximpl->textureTarget.get()) return 1; in compare()
571 if (_ximpl->textureTarget.valid()) _ximpl->textureTarget->resizeGLObjectBuffers(maxSize); in resizeGLObjectBuffers()
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/windows/
H A DWindowsPbufferGLContext.java53 private int textureTarget; // e.g. GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_NV field in WindowsPbufferGLContext
69 gl.glBindTexture(textureTarget, texture); in bindPbufferToTexture()
134 textureTarget = GL.GL_TEXTURE_RECTANGLE_NV; in makeCurrentImpl()
139 textureTarget = GL.GL_TEXTURE_2D; in makeCurrentImpl()
144 gl.glBindTexture(textureTarget, texture); in makeCurrentImpl()
145 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_MIN_FILTER, GL.GL_NEAREST); in makeCurrentImpl()
146 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_MAG_FILTER, GL.GL_NEAREST); in makeCurrentImpl()
147 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_WRAP_S, GL.GL_CLAMP_TO_EDGE); in makeCurrentImpl()
148 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_WRAP_T, GL.GL_CLAMP_TO_EDGE); in makeCurrentImpl()
149 …gl.glCopyTexImage2D(textureTarget, 0, GL.GL_RGB, 0, 0, drawable.getWidth(), drawable.getHeight(), … in makeCurrentImpl()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DFrameBufferObject.cpp253 ref_ptr<Texture> textureTarget;
269 textureTarget(copy.textureTarget),
296 _ximpl->textureTarget = target;
302 _ximpl->textureTarget = target;
308 _ximpl->textureTarget = target;
314 _ximpl->textureTarget = target;
321 _ximpl->textureTarget = target;
328 _ximpl->textureTarget = target;
335 _ximpl->textureTarget = target;
563 if (_ximpl->textureTarget.get() < fa._ximpl->textureTarget.get()) return -1;
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/
H A DTextureState.java56 public static final int getTextureTargetQueryName(final int textureTarget) { in getTextureTargetQueryName() argument
58 switch(textureTarget) { in getTextureTargetQueryName()
102 public TextureState(final GL gl, final int textureTarget) throws GLException { in TextureState() argument
103 this(gl, activeTexture(gl), textureTarget); in TextureState()
114 …public TextureState(final GL gl, final int textureUnit, final int textureTarget) throws GLExceptio… in TextureState() argument
115 target = textureTarget; in TextureState()
117 final int texBindQName = getTextureTargetQueryName(textureTarget); in TextureState()
119 throw new GLException("Unsupported textureTarget "+toHexString(textureTarget)); in TextureState()
/dports/emulators/aranym/aranym-1.1.0/src/
H A Dhost_surface_opengl.cpp95 textureTarget = GL_TEXTURE_2D; in calcGlDimensions()
98 textureTarget = GL_TEXTURE_RECTANGLE_ARB; in calcGlDimensions()
101 textureTarget = GL_TEXTURE_RECTANGLE; in calcGlDimensions()
104 textureTarget = GL_TEXTURE_RECTANGLE_NV; in calcGlDimensions()
118 textureTarget = GL_TEXTURE_2D; in calcGlDimensions()
231 gl.BindTexture(textureTarget, textureObject); in setPalette()
232 gl.ColorTableEXT(textureTarget, GL_RGB, 256, in setPalette()
248 gl.BindTexture(textureTarget, textureObject); in updateTexture()
268 gl.ColorTableEXT(textureTarget, GL_RGB, 256, in updateTexture()
325 gl.TexSubImage2D(textureTarget,0, x<<4,y<<4,16,16, in updateTexture()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c89 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
124 textureTarget = *piAttrib; in wglCreatePbufferARB()
125 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
126 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
252 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
351 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c90 int textureTarget = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
125 textureTarget = *piAttrib; in wglCreatePbufferARB()
126 if (textureTarget != WGL_TEXTURE_CUBE_MAP_ARB && in wglCreatePbufferARB()
127 textureTarget != WGL_TEXTURE_1D_ARB && in wglCreatePbufferARB()
128 textureTarget != WGL_TEXTURE_2D_ARB && in wglCreatePbufferARB()
129 textureTarget != WGL_NO_TEXTURE_ARB) { in wglCreatePbufferARB()
260 fb->textureTarget = textureTarget; in wglCreatePbufferARB()
359 *piValue = fb->textureTarget; in wglQueryPbufferARB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fTextureStateQueryTests.cpp201 …ntext, TexParamVerifier* verifier, const char* name, const char* description, GLenum textureTarget) in TextureCase() argument
203 , m_textureTarget (textureTarget) in TextureCase()
231 …Verifier* verifier, const char* name, const char* description, GLenum textureTarget, GLenum valueN… in TextureWrapCase() argument
232 : TextureCase (context, verifier, name, description, textureTarget) in TextureWrapCase()
272 …ntext, TexParamVerifier* verifier, const char* name, const char* description, GLenum textureTarget) in TextureMagFilterCase() argument
273 : TextureCase(context, verifier, name, description, textureTarget) in TextureMagFilterCase()
309 …ntext, TexParamVerifier* verifier, const char* name, const char* description, GLenum textureTarget) in TextureMinFilterCase() argument
310 : TextureCase(context, verifier, name, description, textureTarget) in TextureMinFilterCase()
379 GLenum textureTarget; in init() member
391 …erifier->getTestNamePostfix()).c_str(), "TEXTURE_MAG_FILTER", textureTargets[ndx].textureTarget))); in init()
[all …]
/dports/graphics/opencsg/OpenCSG-1.4.2/src/
H A DframeBufferObject.h67 virtual void EnableTextureTarget() const { if (initialized) glEnable(textureTarget); } in EnableTextureTarget()
69 virtual void DisableTextureTarget() const { if (initialized) glDisable(textureTarget); } in DisableTextureTarget()
72 virtual unsigned int GetTextureTarget() const { return textureTarget; } in GetTextureTarget()
86 GLenum textureTarget; variable
H A DframeBufferObjectExt.h67 virtual void EnableTextureTarget() const { if (initialized) glEnable(textureTarget); } in EnableTextureTarget()
69 virtual void DisableTextureTarget() const { if (initialized) glDisable(textureTarget); } in DisableTextureTarget()
72 virtual unsigned int GetTextureTarget() const { return textureTarget; } in GetTextureTarget()
86 GLenum textureTarget; variable
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DFrameBufferObject.cpp69 void FrameBufferObject::AttachDepthTexture(GLenum textureTarget, GLuint texID) in AttachDepthTexture() argument
72 glFramebufferTexture2DEXT( GL_FRAMEBUFFER_EXT, GL_DEPTH_ATTACHMENT_EXT, textureTarget, texID, 0); in AttachDepthTexture()
75 void FrameBufferObject::AttachTexture(GLenum textureTarget, GLenum attachment, GLuint texId) in AttachTexture() argument
77 glFramebufferTexture2DEXT( GL_FRAMEBUFFER_EXT, attachment, textureTarget, texId, 0); in AttachTexture()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/macosx/
H A DMacOSXPbufferGLContext.java13 private int textureTarget; // e.g. GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_NV field in MacOSXPbufferGLContext
40 gl.glBindTexture(textureTarget, texture); in bindPbufferToTexture()
91 textureTarget = (rect ? GL.GL_TEXTURE_RECTANGLE_EXT : GL.GL_TEXTURE_2D); in makeCurrentImpl()
95 gl.glBindTexture(textureTarget, texture); in makeCurrentImpl()
96 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_MIN_FILTER, GL.GL_NEAREST); in makeCurrentImpl()
97 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_MAG_FILTER, GL.GL_NEAREST); in makeCurrentImpl()
98 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_WRAP_S, GL.GL_CLAMP_TO_EDGE); in makeCurrentImpl()
99 gl.glTexParameteri(textureTarget, GL.GL_TEXTURE_WRAP_T, GL.GL_CLAMP_TO_EDGE); in makeCurrentImpl()
100 …gl.glCopyTexImage2D(textureTarget, 0, GL.GL_RGB, 0, 0, drawable.getWidth(), drawable.getHeight(), … in makeCurrentImpl()

12345678910>>...26