Home
last modified time | relevance | path

Searched refs:tex_id (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A DSOIL.c145 if( tex_id ) in SOIL_load_OGL_texture_size()
148 return tex_id; in SOIL_load_OGL_texture_size()
173 return tex_id; in SOIL_load_OGL_texture_size()
225 return tex_id; in SOIL_load_OGL_HDR_texture()
252 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
283 return tex_id; in SOIL_load_OGL_texture_from_memory()
468 return tex_id; in SOIL_load_OGL_cubemap()
671 return tex_id; in SOIL_load_OGL_cubemap_from_memory()
702 if( tex_id ) in SOIL_load_OGL_single_cubemap()
790 if( tex_id ) in SOIL_load_OGL_single_cubemap_from_memory()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A DSOIL2.c384 if( tex_id ) in SOIL_load_OGL_texture()
394 if( tex_id ) in SOIL_load_OGL_texture()
404 if( tex_id ) in SOIL_load_OGL_texture()
433 return tex_id; in SOIL_load_OGL_texture()
491 return tex_id; in SOIL_load_OGL_HDR_texture()
520 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
532 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
544 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
995 if( tex_id ) in SOIL_load_OGL_single_cubemap()
1005 if( tex_id ) in SOIL_load_OGL_single_cubemap()
[all …]
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A DSOIL2.c387 if( tex_id ) in SOIL_load_OGL_texture()
397 if( tex_id ) in SOIL_load_OGL_texture()
407 if( tex_id ) in SOIL_load_OGL_texture()
436 return tex_id; in SOIL_load_OGL_texture()
494 return tex_id; in SOIL_load_OGL_HDR_texture()
521 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
533 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
545 if( tex_id ) in SOIL_load_OGL_texture_from_memory()
996 if( tex_id ) in SOIL_load_OGL_single_cubemap()
1006 if( tex_id ) in SOIL_load_OGL_single_cubemap()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dtexture_shader.hpp66 static void bindTextureNearest(GLuint tex_unit, GLuint tex_id);
67 static void bindTextureBilinear(GLuint texture_unit, GLuint tex_id);
69 static void bindTextureNearestClamped(GLuint tex_unit, GLuint tex_id);
71 static void bindTextureSemiTrilinear(GLuint tex_unit, GLuint tex_id);
72 static void bindCubemapTrilinear(GLuint tex_unit, GLuint tex_id);
73 static void bindTextureShadow(GLuint tex_unit, GLuint tex_id);
75 static void bindTextureVolume(GLuint tex_unit, GLuint tex_id);
76 static void bindTextureBuffer(GLuint tex_unit, GLuint tex_id);
178 void setTextureUnitsImpl(GLuint tex_id, TexIds... args) in setTextureUnitsImpl() argument
183 glBindTexture(m_texture_type[N], tex_id); in setTextureUnitsImpl()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/opengl/
H A Dinit_render_to_texture.cpp16 GLuint & tex_id, in init_render_to_texture() argument
22 const auto & gen_tex = [](GLuint & tex_id) in init_render_to_texture()
24 glGenTextures(1, &tex_id); in init_render_to_texture()
25 glBindTexture(GL_TEXTURE_2D, tex_id); in init_render_to_texture()
31 gen_tex(tex_id); in init_render_to_texture()
39 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex_id, 0); in init_render_to_texture()
81 GLuint & tex_id, in init_render_to_texture() argument
85 return init_render_to_texture(width,height,false,tex_id,fbo_id,dfbo_id); in init_render_to_texture()
/dports/graphics/wings/libigl-2.1.0/include/igl/opengl/
H A Dinit_render_to_texture.cpp16 GLuint & tex_id, in init_render_to_texture() argument
22 const auto & gen_tex = [](GLuint & tex_id) in init_render_to_texture()
24 glGenTextures(1, &tex_id); in init_render_to_texture()
25 glBindTexture(GL_TEXTURE_2D, tex_id); in init_render_to_texture()
31 gen_tex(tex_id); in init_render_to_texture()
39 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex_id, 0); in init_render_to_texture()
81 GLuint & tex_id, in init_render_to_texture() argument
85 return init_render_to_texture(width,height,false,tex_id,fbo_id,dfbo_id); in init_render_to_texture()
/dports/games/foobillard/foobillard-3.0a/src/
H A Dtextobj.c163 if(tex_id!=0) *tex_id=texbind; in create_string_quad()
204 glDeleteTextures( 1, &(obj->tex_id) ); in textObj_toggle3D()
205 obj->tex_id=0; in textObj_toggle3D()
225 DPRINTF("obj->tex_id=%d\n",obj->tex_id); in textObj_setText()
229 obj->tex_id=0; in textObj_setText()
271 glDeleteTextures( 1, &(obj->tex_id) ); in textObj_setHeight()
272 obj->tex_id=0; in textObj_setHeight()
300 glDeleteTextures( 1, &(obj->tex_id) ); in textObj_setFont()
301 obj->tex_id=0; in textObj_setFont()
389 glDeleteTextures( 1, &(obj->tex_id) ); in textObj_delete()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/ext/qt/
H A Dgstqsgtexture.cc96 guint tex_id; in bind() local
136 tex_id = *(guint *) this->v_frame.data[0]; in bind()
137 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind()
139 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind()
185 int tex_id = 0; in textureId() local
190 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId()
193 GST_LOG ("%p get texture id %u", this, tex_id); in textureId()
195 return tex_id; in textureId()

12345678910>>...35