Home
last modified time | relevance | path

Searched refs:fbo_tex (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_object/
H A Dattachments-blit-scaled-linear.cpp55 static Fbo fbo_tex, fbo_rb; variable
68 fbo_tex.setup(Config); in piglit_init()
87 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_tex.handle); in test_blit_scaled_linear()
96 glBindFramebuffer(GL_READ_FRAMEBUFFER, fbo_tex.handle); in test_blit_scaled_linear()
100 fbo_tex.config.width, in test_blit_scaled_linear()
101 fbo_tex.config.height, in test_blit_scaled_linear()
103 fbo_tex.config.width, in test_blit_scaled_linear()
104 fbo_tex.config.height, in test_blit_scaled_linear()
113 glBindFramebuffer(GL_READ_FRAMEBUFFER, fbo_tex.handle); in test_blit_scaled_linear()
H A Dblit-scaled-linear.cpp54 static Fbo fbo_tex, fbo_rb; variable
194 fbo_tex.setup(Config); in piglit_init()
214 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_tex.handle); in test_blit_scaled_linear()
224 glBindFramebuffer(GL_READ_FRAMEBUFFER, fbo_tex.handle); in test_blit_scaled_linear()
228 fbo_tex.config.width, in test_blit_scaled_linear()
229 fbo_tex.config.height, in test_blit_scaled_linear()
262 glBindFramebuffer(GL_READ_FRAMEBUFFER, fbo_tex.handle); in test_blit_scaled_linear()
264 blit_scaled_linear_glsl(&fbo_tex, samples); in test_blit_scaled_linear()
288 pass = test_blit_scaled_linear(fbo_tex) in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_render_snorm/
H A Drender.c177 GLuint fbo_tex = create_and_bind_empty_texture(test); in create_and_bind_fbo() local
180 *tex = fbo_tex; in create_and_bind_fbo()
185 GL_TEXTURE_2D, fbo_tex, 0); in create_and_bind_fbo()
255 GLuint fbo_tex; in test_format() local
256 const GLuint fbo = create_and_bind_fbo(test, &fbo_tex); in test_format()
290 render_texture(fbo_tex, GL_TEXTURE_2D, 0); in test_format()
294 glDeleteTextures(1, &fbo_tex); in test_format()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_texture_norm16/
H A Drender.c213 GLuint fbo_tex = create_texture(test); in create_fbo() local
215 *tex = fbo_tex; in create_fbo()
220 GL_TEXTURE_2D, fbo_tex, 0); in create_fbo()
397 GLuint fbo_tex; in test_format() local
398 const GLuint fbo = create_fbo(test, &fbo_tex); in test_format()
444 render_texture(fbo_tex, GL_TEXTURE_2D, 0); in test_format()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dgstglupload.c42 static GstGLMemory *fbo_tex; variable
170 fbo_tex = in init()
223 if (fbo_tex) in deinit()
224 gst_memory_unref (GST_MEMORY_CAST (fbo_tex)); in deinit()
225 fbo_tex = NULL; in deinit()
259 gst_gl_framebuffer_draw_to_texture (fbo, fbo_tex, in draw_render()
/dports/games/taisei/taisei-1.3.2/src/resource/
H A Dtexture.c414 Texture *fbo_tex; in texture_post_load() local
424 fbo_tex = r_texture_create(&params); in texture_post_load()
445 r_framebuffer_attach(fb, fbo_tex, 0, FRAMEBUFFER_ATTACH_COLOR0); in texture_post_load()
455 return fbo_tex; in texture_post_load()
/dports/games/barony/Barony-3.3.7/src/
H A Dinit.cpp56 GLuint fbo_tex = 0; variable
2477 if(fbo_tex) { in GO_InitFBO()
2478 glDeleteTextures(1, &fbo_tex); fbo_tex = 0; in GO_InitFBO()
2493 glGenTextures(1, &fbo_tex); in GO_InitFBO()
2494 glBindTexture(GL_TEXTURE_2D, fbo_tex); in GO_InitFBO()
2501 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, fbo_tex, 0); in GO_InitFBO()
H A Dmain.hpp766 extern GLuint fbo_tex;
H A Dopengl.cpp1506 glBindTexture(GL_TEXTURE_2D, fbo_tex); in GO_SwapBuffers()